#979EA9

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

Shades of Grey Chateau #979EA9

Tints of Grey Chateau #979EA9

Color information

#979EA9 (or 0x979EA9) is unknown color: approx Grey Chateau. HEX triplet: 97, 9E and A9. RGB value is (151,158,169). Sum of RGB (Red+Green+Blue) = 151+158+169=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 169 - color contains mainly: blue. Hex color #979EA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979EA9 is #686156. Grayscale: #9D9D9D. Windows color (decimal): -6840663 or 11116183. OLE color: 11116183.

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

Color convert

RGB151158169-
CMYK0.110.0700.34
HSL216.67º9.47%62.75%-
HSV(B)216.67º10.65%66.27%-
XYZ32.1533.942.38-
YUV157.16134.68123.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.59%
GREEN value IS 158 (62.11% from 255) = 33.05%
BLUE value IS 169 (66.41% from 255) = 35.36%
R=31.59%
G=33.05%
B=35.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1511581690.110.0700.34216.679.4762.75
Hex979EA9B7022d993f
Octal2272362511370423311177
Binary10010111100111101010100110111110100010110110011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,158,169); }

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

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

 a { background-color: rgb(151,158,169); }

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

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

 span { border-color: rgb(151,158,169); }

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