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