#909EAB

Color #909EAB Grey Chateau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Chateau #909EAB

Tints of Grey Chateau #909EAB

Color information

#909EAB (or 0x909EAB) is unknown color: approx 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

RGB144158171-
CMYK0.160.0800.33
HSL208.89º13.85%61.76%-
HSV(B)208.89º15.79%67.06%-
XYZ31.0833.3243.32-
YUV155.3136.86119.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.44%
GREEN value IS 158 (62.11% from 255) = 33.40%
BLUE value IS 171 (67.19% from 255) = 36.15%
R=30.44%
G=33.40%
B=36.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441581710.160.0800.33208.8913.8561.76
Hex909EAB108021d1e3e
Octal22023625320100413211676
Binary1001000010011110101010111000010000100001110100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>