Html Css Color HEX #909EAB Grey Chateau

📋 copy color: '#909EAB'

red 144 ◦ green 158 ◦ blue 171

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

Shades of Grey Chateau #909EAB

Tints of Grey Chateau #909EAB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.4%

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

R = 30.44%
G = 33.4%
B = 36.15%

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

#909EAB (or 0x909EAB) is known color: Grey Chateau. HEX triplet: 90, 9E and AB. RGB value is (144,158,171). Sum of RGB (Red+Green+Blue) = 144+158+171=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: blue. Hex color #909EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909EAB is #6F6154. Grayscale: #9B9B9B. Windows color (decimal): -7299413 or 11247248. OLE color: 11247248.

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

Color convert

RGB 144 158 171 -
CMYK 0.16 0.08 0 0.33
HSL 208.89º 0.14% 0.62% -
HSV(B) 208.89º 0.16% 0.67% -
XYZ 31.08 33.32 43.32 -
YUV 155.3 136.86 119.94 -
System Red Green Blue C M Y K H S L
Decimal 144 158 171 0.16 0.08 0 0.33 208.89 0.14 0.62
Hex 90 9E AB 10 8 0 21 D1 E 3E
Octal 220 236 253 20 10 0 41 321 16 76
Binary 10010000 10011110 10101011 10000 1000 0 100001 11010001 1110 111110

Color Harmonies of #909EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909EAB

Black with #909EAB

Text Example


Text Example

White with #909EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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