#979DA8

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

Shades of Grey Chateau #979DA8

Tints of Grey Chateau #979DA8

Color information

#979DA8 (or 0x979DA8) is unknown color: approx Grey Chateau. HEX triplet: 97, 9D and A8. RGB value is (151,157,168). Sum of RGB (Red+Green+Blue) = 151+157+168=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 168 - color contains mainly: blue. Hex color #979DA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979DA8 is #686257. Grayscale: #9C9C9C. Windows color (decimal): -6840920 or 11050391. OLE color: 11050391.

HSL color Cylindrical-coordinate representation of color #979DA8: hue angle of 218.82º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #979DA8 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB151157168-
CMYK0.100.0700.34
HSL218.82º8.9%62.55%-
HSV(B)218.82º10.12%65.88%-
XYZ31.8933.5241.84-
YUV156.46134.51124.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.72%
GREEN value IS 157 (61.72% from 255) = 32.98%
BLUE value IS 168 (66.02% from 255) = 35.29%
R=31.72%
G=32.98%
B=35.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1511571680.100.0700.34218.828.962.55
Hex979DA8A7022db93f
Octal2272352501270423331177
Binary10010111100111011010100010101110100010110110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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