#909EAC

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

Shades of Grey Chateau #909EAC

Tints of Grey Chateau #909EAC

Color information

#909EAC (or 0x909EAC) is unknown color: approx Grey Chateau. HEX triplet: 90, 9E and AC. RGB value is (144,158,172). Sum of RGB (Red+Green+Blue) = 144+158+172=474 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.38% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 172 - color contains mainly: blue. Hex color #909EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909EAC is #6F6153. Grayscale: #9B9B9B. Windows color (decimal): -7299412 or 11312784. OLE color: 11312784.

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

Color convert

RGB144158172-
CMYK0.160.0800.33
HSL210º14.43%61.96%-
HSV(B)210º16.28%67.45%-
XYZ31.1733.3643.83-
YUV155.41137.36119.86-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.38%
GREEN value IS 158 (62.11% from 255) = 33.33%
BLUE value IS 172 (67.58% from 255) = 36.29%
R=30.38%
G=33.33%
B=36.29%

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
Decimal1441581720.160.0800.3321014.4361.96
Hex909EAC108021d2e3e
Octal22023625420100413221676
Binary1001000010011110101011001000010000100001110100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #909EAC;
 }
 .AnyTagClassName
 {
   color: #909EAC;
 }
</style>
background-color css

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

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

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

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

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

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