Html Css Color HEX #979FA8 Grey Chateau

📋 copy color: '#979FA8'

red 151 ◦ green 159 ◦ blue 168

#979FA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Chateau #979FA8

Tints of Grey Chateau #979FA8

RGB

 RED value IS 151 (59.38% from 255) = 31.59%

 GREEN value IS 159 (62.5% from 255) = 33.26%

 BLUE value IS 168 (66.02% from 255) = 35.15%

R = 31.59%
G = 33.26%
B = 35.15%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#979FA8 (or 0x979FA8) is known color: Grey Chateau. HEX triplet: 97, 9F and A8. RGB value is (151,159,168). Sum of RGB (Red+Green+Blue) = 151+159+168=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 168 - color contains mainly: blue. Hex color #979FA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979FA8 is #686057. Grayscale: #9D9D9D. Windows color (decimal): -6840408 or 11050903. OLE color: 11050903.

HSL color Cylindrical-coordinate representation of color #979FA8: hue angle of 211.76º 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 #979FA8 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 151 159 168 -
CMYK 0.10 0.05 0 0.34
HSL 211.76º 0.09% 0.63% -
HSV(B) 211.76º 0.1% 0.66% -
XYZ 32.23 34.2 41.95 -
YUV 157.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 151 159 168 0.10 0.05 0 0.34 211.76 0.09 0.63
Hex 97 9F A8 A 5 0 22 D4 9 3F
Octal 227 237 250 12 5 0 42 324 11 77
Binary 10010111 10011111 10101000 1010 101 0 100010 11010100 1001 111111

Color Harmonies of #979FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979FA8

Black with #979FA8

Text Example


Text Example

White with #979FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #979FA8;
 }
 .AnyTagClassName
 {
   color: #979FA8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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