#909CBD

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

Shades of Rock Blue #909CBD

Tints of Rock Blue #909CBD

Color information

#909CBD (or 0x909CBD) is unknown color: approx Rock Blue. HEX triplet: 90, 9C and BD. RGB value is (144,156,189). Sum of RGB (Red+Green+Blue) = 144+156+189=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #909CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909CBD is #6F6342. Grayscale: #9C9C9C. Windows color (decimal): -7299907 or 12426384. OLE color: 12426384.

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

Color convert

RGB144156189-
CMYK0.240.1700.26
HSL224º25.42%65.29%-
HSV(B)224º23.81%74.12%-
XYZ32.5833.3852.87-
YUV156.17146.52119.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.45%
GREEN value IS 156 (61.33% from 255) = 31.90%
BLUE value IS 189 (74.22% from 255) = 38.65%
R=29.45%
G=31.90%
B=38.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441561890.240.1700.2622425.4265.29
Hex909CBD181101Ae01941
Octal220234275302103234031101
Binary100100001001110010111101110001000101101011100000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,156,189); }

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

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

 a { background-color: rgb(144,156,189); }

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

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

 span { border-color: rgb(144,156,189); }

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