#919CAA

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

Shades of Grey Chateau #919CAA

Tints of Grey Chateau #919CAA

Color information

#919CAA (or 0x919CAA) is unknown color: approx Grey Chateau. HEX triplet: 91, 9C and AA. RGB value is (145,156,170). Sum of RGB (Red+Green+Blue) = 145+156+170=471 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.79% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 170 - color contains mainly: blue. Hex color #919CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919CAA is #6E6355. Grayscale: #9A9A9A. Windows color (decimal): -7234390 or 11181201. OLE color: 11181201.

HSL color Cylindrical-coordinate representation of color #919CAA: hue angle of 213.6º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #919CAA is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB145156170-
CMYK0.150.0800.33
HSL213.6º12.82%61.76%-
HSV(B)213.6º14.71%66.67%-
XYZ30.8232.742.72-
YUV154.31136.86121.36-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.79%
GREEN value IS 156 (61.33% from 255) = 33.12%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=30.79%
G=33.12%
B=36.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451561700.150.0800.33213.612.8261.76
Hex919CAAF8021d6d3e
Octal22123425217100413261576
Binary100100011001110010101010111110000100001110101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,156,170); }

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

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

 a { background-color: rgb(145,156,170); }

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

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

 span { border-color: rgb(145,156,170); }

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