#909AA4

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

Shades of Grey Chateau #909AA4

Tints of Grey Chateau #909AA4

Color information

#909AA4 (or 0x909AA4) is unknown color: approx Grey Chateau. HEX triplet: 90, 9A and A4. RGB value is (144,154,164). Sum of RGB (Red+Green+Blue) = 144+154+164=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 164 - color contains mainly: blue. Hex color #909AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909AA4 is #6F655B. Grayscale: #989898. Windows color (decimal): -7300444 or 10787472. OLE color: 10787472.

HSL color Cylindrical-coordinate representation of color #909AA4: hue angle of 210º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #909AA4 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB144154164-
CMYK0.120.0600.36
HSL210º9.9%60.39%-
HSV(B)210º12.2%64.31%-
XYZ29.7631.7239.68-
YUV152.15134.69122.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.17%
GREEN value IS 154 (60.55% from 255) = 33.33%
BLUE value IS 164 (64.45% from 255) = 35.50%
R=31.17%
G=33.33%
B=35.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1441541640.120.0600.362109.960.39
Hex909AA4C6024d2a3c
Octal2202322441460443221274
Binary10010000100110101010010011001100100100110100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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