#909CB9

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

Shades of Rock Blue #909CB9

Tints of Rock Blue #909CB9

Color information

#909CB9 (or 0x909CB9) is unknown color: approx Rock Blue. HEX triplet: 90, 9C and B9. RGB value is (144,156,185). Sum of RGB (Red+Green+Blue) = 144+156+185=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 185 - color contains mainly: blue. Hex color #909CB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909CB9 is #6F6346. Grayscale: #9B9B9B. Windows color (decimal): -7299911 or 12164240. OLE color: 12164240.

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

Color convert

RGB144156185-
CMYK0.220.1600.27
HSL222.44º22.65%64.51%-
HSV(B)222.44º22.16%72.55%-
XYZ32.1533.2150.61-
YUV155.72144.52119.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.69%
GREEN value IS 156 (61.33% from 255) = 32.16%
BLUE value IS 185 (72.66% from 255) = 38.14%
R=29.69%
G=32.16%
B=38.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441561850.220.1600.27222.4422.6564.51
Hex909CB9161001Bde1741
Octal220234271262003333627101
Binary100100001001110010111001101101000001101111011110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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