#909FBD

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

Shades of Rock Blue #909FBD

Tints of Rock Blue #909FBD

Color information

#909FBD (or 0x909FBD) is unknown color: approx Rock Blue. HEX triplet: 90, 9F and BD. RGB value is (144,159,189). Sum of RGB (Red+Green+Blue) = 144+159+189=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #909FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909FBD is #6F6042. Grayscale: #9D9D9D. Windows color (decimal): -7299139 or 12427152. OLE color: 12427152.

HSL color Cylindrical-coordinate representation of color #909FBD: hue angle of 220º 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 #909FBD is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB144159189-
CMYK0.240.1600.26
HSL220º25.42%65.29%-
HSV(B)220º23.81%74.12%-
XYZ33.0934.453.04-
YUV157.94145.53118.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.27%
GREEN value IS 159 (62.5% from 255) = 32.32%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=29.27%
G=32.32%
B=38.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441591890.240.1600.2622025.4265.29
Hex909FBD181001Adc1941
Octal220237275302003233431101
Binary100100001001111110111101110001000001101011011100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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