C# System.Drawing.SystemColors 系統顏色


下面的顏色來自System.Drawing.SystemColors 主要他在C# Windows.Forms.Application 下的Form窗體下的 UI顏色。

序號 名稱 十六進制 RGB 顏色呈現效果 色調-飽和度-亮度(HSB) 預定義
顏色
命名
顏色
系統
顏色
1 ActiveBorder #B4B4B4 180,180,180   0,0,0.706
2 ActiveCaption #99B4D1 153,180,209   211.071,0.378,0.71
3 ActiveCaptionText #000000 0,0,0   0,0,0
4 AppWorkspace #ABABAB 171,171,171   0,0,0.671
5 ButtonFace #F0F0F0 240,240,240   0,0,0.941
6 ButtonHighlight #FFFFFF 255,255,255   0,0,1
7 ButtonShadow #A0A0A0 160,160,160   0,0,0.627
8 Control #F0F0F0 240,240,240   0,0,0.941
9 ControlDark #A0A0A0 160,160,160   0,0,0.627
10 ControlDarkDark #696969 105,105,105   0,0,0.412
11 ControlLight #E3E3E3 227,227,227   0,0,0.89
12 ControlLightLight #FFFFFF 255,255,255   0,0,1
13 ControlText #000000 0,0,0   0,0,0
14 Desktop #000000 0,0,0   0,0,0
15 GradientActiveCaption #B9D1EA 185,209,234   210.612,0.538,0.822
16 GradientInactiveCaption #D7E4F2 215,228,242   211.111,0.509,0.896
17 GrayText #6D6D6D 109,109,109   0,0,0.427
18 Highlight #3399FF 51,153,255   210,1,0.6
19 HighlightText #FFFFFF 255,255,255   0,0,1
20 HotTrack #0066CC 0,102,204   210,1,0.4
21 InactiveBorder #F4F7FC 244,247,252   217.5,0.571,0.973
22 InactiveCaption #BFCDDB 191,205,219   210,0.28,0.804
23 InactiveCaptionText #434E54 67,78,84   201.177,0.113,0.296
24 Info #FFFFE1 255,255,225   60,1,0.941
25 InfoText #000000 0,0,0   0,0,0
26 Menu #F0F0F0 240,240,240   0,0,0.941
27 MenuBar #F0F0F0 240,240,240   0,0,0.941
28 MenuHighlight #3399FF 51,153,255   210,1,0.6
29 MenuText #000000 0,0,0   0,0,0
30 ScrollBar #C8C8C8 200,200,200   0,0,0.784
31 Window #FFFFFF 255,255,255   0,0,1
32 WindowFrame #646464 100,100,100   0,0,0.392
33 WindowText #000000 0,0,0   0,0,0

本數據源自:  http://www.yansedaquan.com/SeBan/SystemColors 

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM