#909FAE

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

Shades of Rock Blue #909FAE

Tints of Rock Blue #909FAE

Color information

#909FAE (or 0x909FAE) is unknown color: approx Rock Blue. HEX triplet: 90, 9F and AE. RGB value is (144,159,174). Sum of RGB (Red+Green+Blue) = 144+159+174=477 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.19% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 174 - color contains mainly: blue. Hex color #909FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909FAE is #6F6051. Grayscale: #9C9C9C. Windows color (decimal): -7299154 or 11444112. OLE color: 11444112.

HSL color Cylindrical-coordinate representation of color #909FAE: hue angle of 210º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #909FAE is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144159174-
CMYK0.170.0900.32
HSL210º15.62%62.35%-
HSV(B)210º17.24%68.24%-
XYZ31.5433.7844.9-
YUV156.23138.03119.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.19%
GREEN value IS 159 (62.5% from 255) = 33.33%
BLUE value IS 174 (68.36% from 255) = 36.48%
R=30.19%
G=33.33%
B=36.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441591740.170.0900.3221015.6262.35
Hex909FAE119020d2103e
Octal22023725621110403222076
Binary10010000100111111010111010001100101000001101001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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