#909EAE

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

Shades of Rock Blue #909EAE

Tints of Rock Blue #909EAE

Color information

#909EAE (or 0x909EAE) is unknown color: approx Rock Blue. HEX triplet: 90, 9E and AE. RGB value is (144,158,174). Sum of RGB (Red+Green+Blue) = 144+158+174=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 174 - color contains mainly: blue. Hex color #909EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909EAE is #6F6151. Grayscale: #9B9B9B. Windows color (decimal): -7299410 or 11443856. OLE color: 11443856.

HSL color Cylindrical-coordinate representation of color #909EAE: hue angle of 212º 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 #909EAE is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144158174-
CMYK0.170.0900.32
HSL212º15.62%62.35%-
HSV(B)212º17.24%68.24%-
XYZ31.3733.4444.85-
YUV155.64138.36119.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.25%
GREEN value IS 158 (62.11% from 255) = 33.19%
BLUE value IS 174 (68.36% from 255) = 36.55%
R=30.25%
G=33.19%
B=36.55%

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
Decimal1441581740.170.0900.3221215.6262.35
Hex909EAE119020d4103e
Octal22023625621110403242076
Binary10010000100111101010111010001100101000001101010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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