#979CA2

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

Shades of Grey Chateau #979CA2

Tints of Grey Chateau #979CA2

Color information

#979CA2 (or 0x979CA2) is unknown color: approx Grey Chateau. HEX triplet: 97, 9C and A2. RGB value is (151,156,162). Sum of RGB (Red+Green+Blue) = 151+156+162=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 162 - color contains mainly: blue. Hex color #979CA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979CA2 is #68635D. Grayscale: #9B9B9B. Windows color (decimal): -6841182 or 10656919. OLE color: 10656919.

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

Color convert

RGB151156162-
CMYK0.070.0400.36
HSL212.73º5.58%61.37%-
HSV(B)212.73º6.79%63.53%-
XYZ31.1732.9638.9-
YUV155.19131.84125.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.20%
GREEN value IS 156 (61.33% from 255) = 33.26%
BLUE value IS 162 (63.67% from 255) = 34.54%
R=32.20%
G=33.26%
B=34.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1511561620.070.0400.36212.735.5861.37
Hex979CA274024d563d
Octal22723424274044325675
Binary100101111001110010100010111100010010011010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979CA2; }

 p { color: rgb(151,156,162); }

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

<style>
 a { background-color: #979CA2; }

 a { background-color: rgb(151,156,162); }

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

<style>
 span { border-color: #979CA2; }

 span { border-color: rgb(151,156,162); }

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