Blue1 = {'name':'蓝色1', 'RGB':'0,0,255', 'hex_color':'#0000FF'} Blue2 = {'name':'蓝色2', 'RGB':'0,0,238', 'hex_color':'#0000EE'} Blue3 = {'name':'蓝色3', 'RGB':'0,0,205', 'hex_color':'#0000CD'} Blue4 = {'name':'蓝色4', 'RGB':'0,0,139', 'h...
'hex_color':'#0000CD'} Blue4 = {'name':'蓝色4', 'RGB':'0,0,139', 'hex_color':'#00008B'} BlueViolet = {'name':'蓝紫色', 'RGB':'138,43,226', 'hex_color':'#8A2BE2'} Brown = {'name':'棕色', 'RGB':'165,42,42', 'hex_color':'#A52A2A'} Brown1 = {'name':'...
The hexadecimal RGB code of Very Light Blue color is #6666FF and the decimal is rgb(102,102,255). The red-green-blue components are 66 (102) red, 66 (102) green and FF (255) blue.
XlRgbColor 枚举 (Excel) 发现 产品文档 开发语言 主题 本文原文为英文,已针对你所在市场进行了翻译。 你对所用语言的质量的满意度如何? XlPropertyDisplayedIn XlProtectedViewCloseReason XlProtectedViewWindowState XlPTSelectionMode XlQueryType XlQuickAnalysisMode...
XlRgbColor 枚举 (Excel) 发现 产品文档 开发语言 主题 本文原文为英文,已针对你所在市场进行了翻译。 你对所用语言的质量的满意度如何? XlPropertyDisplayedIn XlProtectedViewCloseReason XlProtectedViewWindowState XlPTSelectionMode XlQueryType XlQuickAnalysisMode...
The hexadecimal RGB code of Light Slate Blue color is #8470FF and the decimal is rgb(132,112,255). The red-green-blue components are 84 (132) red, 70 (112) green and FF (255) blue.
LightSkyBlue 淡蓝色 #87CEFA 135,206,250 SkyBlue 天蓝色 #87CEEB 135,206,235 DeepSkyBlue 深天蓝 #00BFFF 0,191,255 LightBLue 淡蓝 #ADD8E6 173,216,230 PowDerBlue 火药蓝 #B0E0E6 176,224,230 CadetBlue 军校蓝 #5F9EA0 95,158,160 Azure 蔚蓝色 #F0FFFF 240,255,255 LightCyan 淡青色 #E1FF...
XlRgbColor 枚举 参考 反馈 定义 命名空间: Microsoft.Office.Interop.Word 程序集: Microsoft.Office.Interop.Word.dll 指定RGB 颜色。 C# 复制 public enum XlRgbColor 继承 Enum XlRgbColor 字段 展开表 名称值说明 xlBlack 0 黑色 xlMaroon 128 褐紫红 xlDarkRed 139 深红色 xlRed 255 红色...
1. DarkGray - 深灰色 RGB值: 169, 169, 169 Each color channel represents the intensity of red, green, and blue light, ranging from 0 (off) to 255 (full intensity). When all three color channels have the same value, the result is a gray shade with that particular level of...
Any value between them sets the LED to partial light emission. RGB color format & calculation RGB code has 24 bits format (bits 0..23): RED[7:0]GREEN[7:0]BLUE[7:0] 231615870 RGB = (R*65536)+(G*256)+B , (when R is RED, G is GREEN and B is BLUE) ...