Html Css Color HEX #979CA8 Grey Chateau

📋 copy color: '#979CA8'

red 151 ◦ green 156 ◦ blue 168

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

Shades of Grey Chateau #979CA8

Tints of Grey Chateau #979CA8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.84%

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

R = 31.79%
G = 32.84%
B = 35.37%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#979CA8 (or 0x979CA8) is known color: Grey Chateau. HEX triplet: 97, 9C and A8. RGB value is (151,156,168). Sum of RGB (Red+Green+Blue) = 151+156+168=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 168 - color contains mainly: blue. Hex color #979CA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979CA8 is #686357. Grayscale: #9B9B9B. Windows color (decimal): -6841176 or 11050135. OLE color: 11050135.

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

Color convert

RGB 151 156 168 -
CMYK 0.10 0.07 0 0.34
HSL 222.35º 0.09% 0.63% -
HSV(B) 222.35º 0.1% 0.66% -
XYZ 31.72 33.18 41.78 -
YUV 155.87 134.84 124.52 -
System Red Green Blue C M Y K H S L
Decimal 151 156 168 0.10 0.07 0 0.34 222.35 0.09 0.63
Hex 97 9C A8 A 7 0 22 DE 9 3F
Octal 227 234 250 12 7 0 42 336 11 77
Binary 10010111 10011100 10101000 1010 111 0 100010 11011110 1001 111111

Color Harmonies of #979CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979CA8

Black with #979CA8

Text Example


Text Example

White with #979CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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