#979DA3

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

Shades of Grey Chateau #979DA3

Tints of Grey Chateau #979DA3

Color information

#979DA3 (or 0x979DA3) is unknown color: approx Grey Chateau. HEX triplet: 97, 9D and A3. RGB value is (151,157,163). Sum of RGB (Red+Green+Blue) = 151+157+163=471 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.06% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 163 - color contains mainly: blue. Hex color #979DA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979DA3 is #68625C. Grayscale: #9B9B9B. Windows color (decimal): -6840925 or 10722711. OLE color: 10722711.

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

Color convert

RGB151157163-
CMYK0.070.0400.36
HSL210º6.12%61.57%-
HSV(B)210º7.36%63.92%-
XYZ31.4333.3439.43-
YUV155.89132.01124.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.06%
GREEN value IS 157 (61.72% from 255) = 33.33%
BLUE value IS 163 (64.06% from 255) = 34.61%
R=32.06%
G=33.33%
B=34.61%

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
Decimal1511571630.070.0400.362106.1261.57
Hex979DA374024d263e
Octal22723524374044322676
Binary100101111001110110100011111100010010011010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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