Html Css Color HEX #909AAB Rock Blue

📋 copy color: '#909AAB'

red 144 ◦ green 154 ◦ blue 171

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

Shades of Rock Blue #909AAB

Tints of Rock Blue #909AAB

RGB

 RED value IS 144 (56.64% from 255) = 30.7%

 GREEN value IS 154 (60.55% from 255) = 32.84%

 BLUE value IS 171 (67.19% from 255) = 36.46%

R = 30.7%
G = 32.84%
B = 36.46%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#909AAB (or 0x909AAB) is known color: Rock Blue. HEX triplet: 90, 9A and AB. RGB value is (144,154,171). Sum of RGB (Red+Green+Blue) = 144+154+171=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 171 - color contains mainly: blue. Hex color #909AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909AAB is #6F6554. Grayscale: #989898. Windows color (decimal): -7300437 or 11246224. OLE color: 11246224.

HSL color Cylindrical-coordinate representation of color #909AAB: hue angle of 217.78º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #909AAB is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 154 171 -
CMYK 0.16 0.10 0 0.33
HSL 217.78º 0.14% 0.62% -
HSV(B) 217.78º 0.16% 0.67% -
XYZ 30.41 31.98 43.1 -
YUV 152.95 138.19 121.62 -
System Red Green Blue C M Y K H S L
Decimal 144 154 171 0.16 0.10 0 0.33 217.78 0.14 0.62
Hex 90 9A AB 10 A 0 21 DA E 3E
Octal 220 232 253 20 12 0 41 332 16 76
Binary 10010000 10011010 10101011 10000 1010 0 100001 11011010 1110 111110

Color Harmonies of #909AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909AAB

Black with #909AAB

Text Example


Text Example

White with #909AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,154,171); }

 H1.HeaderClassName
 {
   color: #909AAB;
 }
 .AnyTagClassName
 {
   color: #909AAB;
 }
</style>

background-color css

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

 a { background-color: rgb(144,154,171); }

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

border-color css

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

 span { border-color: rgb(144,154,171); }

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