#979DA4

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

Shades of Grey Chateau #979DA4

Tints of Grey Chateau #979DA4

Color information

#979DA4 (or 0x979DA4) is unknown color: approx Grey Chateau. HEX triplet: 97, 9D and A4. RGB value is (151,157,164). Sum of RGB (Red+Green+Blue) = 151+157+164=472 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.99% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 164 - color contains mainly: blue. Hex color #979DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979DA4 is #68625B. Grayscale: #9B9B9B. Windows color (decimal): -6840924 or 10788247. OLE color: 10788247.

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

Color convert

RGB151157164-
CMYK0.080.0400.36
HSL212.31º6.67%61.76%-
HSV(B)212.31º7.93%64.31%-
XYZ31.5233.3739.9-
YUV156132.51124.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.99%
GREEN value IS 157 (61.72% from 255) = 33.26%
BLUE value IS 164 (64.45% from 255) = 34.75%
R=31.99%
G=33.26%
B=34.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1511571640.080.0400.36212.316.6761.76
Hex979DA484024d473e
Octal227235244104044324776
Binary1001011110011101101001001000100010010011010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,157,164); }

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

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

 a { background-color: rgb(151,157,164); }

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

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

 span { border-color: rgb(151,157,164); }

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