Html Css Color HEX #909DAB Grey Chateau

📋 copy color: '#909DAB'

red 144 ◦ green 157 ◦ blue 171

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

Shades of Grey Chateau #909DAB

Tints of Grey Chateau #909DAB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.26%

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

R = 30.51%
G = 33.26%
B = 36.23%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#909DAB (or 0x909DAB) is known color: Grey Chateau. HEX triplet: 90, 9D and AB. RGB value is (144,157,171). Sum of RGB (Red+Green+Blue) = 144+157+171=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #909DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909DAB is #6F6254. Grayscale: #9A9A9A. Windows color (decimal): -7299669 or 11246992. OLE color: 11246992.

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

Color convert

RGB 144 157 171 -
CMYK 0.16 0.08 0 0.33
HSL 211.11º 0.14% 0.62% -
HSV(B) 211.11º 0.16% 0.67% -
XYZ 30.91 32.98 43.27 -
YUV 154.71 137.19 120.36 -
System Red Green Blue C M Y K H S L
Decimal 144 157 171 0.16 0.08 0 0.33 211.11 0.14 0.62
Hex 90 9D AB 10 8 0 21 D3 E 3E
Octal 220 235 253 20 10 0 41 323 16 76
Binary 10010000 10011101 10101011 10000 1000 0 100001 11010011 1110 111110

Color Harmonies of #909DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909DAB

Black with #909DAB

Text Example


Text Example

White with #909DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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