#919AA4

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

Shades of Grey Chateau #919AA4

Tints of Grey Chateau #919AA4

Color information

#919AA4 (or 0x919AA4) is unknown color: approx Grey Chateau. HEX triplet: 91, 9A and A4. RGB value is (145,154,164). Sum of RGB (Red+Green+Blue) = 145+154+164=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 164 - color contains mainly: blue. Hex color #919AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919AA4 is #6E655B. Grayscale: #989898. Windows color (decimal): -7234908 or 10787473. OLE color: 10787473.

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

Color convert

RGB145154164-
CMYK0.120.0600.36
HSL211.58º9.45%60.59%-
HSV(B)211.58º11.59%64.31%-
XYZ29.9331.8139.68-
YUV152.45134.52122.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.32%
GREEN value IS 154 (60.55% from 255) = 33.26%
BLUE value IS 164 (64.45% from 255) = 35.42%
R=31.32%
G=33.26%
B=35.42%

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
Decimal1451541640.120.0600.36211.589.4560.59
Hex919AA4C6024d493d
Octal2212322441460443241175
Binary10010001100110101010010011001100100100110101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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