Html Css Color HEX #909EAE Rock Blue

📋 copy color: '#909EAE'

red 144 ◦ green 158 ◦ blue 174

#909EAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #909EAE

Tints of Rock Blue #909EAE

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 value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#909EAE (or 0x909EAE) is known color: 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

RGB 144 158 174 -
CMYK 0.17 0.09 0 0.32
HSL 212º 0.16% 0.62% -
HSV(B) 212º 0.17% 0.68% -
XYZ 31.37 33.44 44.85 -
YUV 155.64 138.36 119.7 -
System Red Green Blue C M Y K H S L
Decimal 144 158 174 0.17 0.09 0 0.32 212 0.16 0.62
Hex 90 9E AE 11 9 0 20 D4 10 3E
Octal 220 236 256 21 11 0 40 324 20 76
Binary 10010000 10011110 10101110 10001 1001 0 100000 11010100 10000 111110

Color Harmonies of #909EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909EAE

Black with #909EAE

Text Example


Text Example

White with #909EAE

Text Example


Text Example

HTML Codes & Css Web 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>