#909DBC

Color #909DBC Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #909DBC

Tints of Rock Blue #909DBC

Color information

#909DBC (or 0x909DBC) is unknown color: approx Rock Blue. HEX triplet: 90, 9D and BC. RGB value is (144,157,188). Sum of RGB (Red+Green+Blue) = 144+157+188=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #909DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909DBC is #6F6243. Grayscale: #9C9C9C. Windows color (decimal): -7299652 or 12361104. OLE color: 12361104.

HSL color Cylindrical-coordinate representation of color #909DBC: hue angle of 222.27º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #909DBC is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB144157188-
CMYK0.230.1600.26
HSL222.27º24.72%65.1%-
HSV(B)222.27º23.4%73.73%-
XYZ32.6433.6752.36-
YUV156.65145.69118.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 29.45%
GREEN value IS 157 (61.72% from 255) = 32.11%
BLUE value IS 188 (73.83% from 255) = 38.45%
R=29.45%
G=32.11%
B=38.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441571880.230.1600.26222.2724.7265.1
Hex909DBC171001Ade1941
Octal220235274272003233631101
Binary100100001001110110111100101111000001101011011110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909DBC; }

 p { color: rgb(144,157,188); }

 H1.HeaderClassName
 {
   color: #909DBC;
 }
 .AnyTagClassName
 {
   color: #909DBC;
 }
</style>
background-color css

<style>
 a { background-color: #909DBC; }

 a { background-color: rgb(144,157,188); }

 div.DivClassName
 {
   background-color: #909DBC;
 }
 .BgClassName
 {
   background-color: #909DBC;
 }
</style>
border-color css

<style>
 span { border-color: #909DBC; }

 span { border-color: rgb(144,157,188); }

 td.TdClassName
 {
   border-color: #909DBC;
 }
 .TagClassName
 {
   border-color: #909DBC;
 }
</style>