Html Css Color HEX #979EAA Grey Chateau

📋 copy color: '#979EAA'

red 151 ◦ green 158 ◦ blue 170

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

Shades of Grey Chateau #979EAA

Tints of Grey Chateau #979EAA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.99%

 BLUE value IS 170 (66.8% from 255) = 35.49%

R = 31.52%
G = 32.99%
B = 35.49%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#979EAA (or 0x979EAA) is known color: Grey Chateau. HEX triplet: 97, 9E and AA. RGB value is (151,158,170). Sum of RGB (Red+Green+Blue) = 151+158+170=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 170 - color contains mainly: blue. Hex color #979EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979EAA is #686155. Grayscale: #9D9D9D. Windows color (decimal): -6840662 or 11181719. OLE color: 11181719.

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

Color convert

RGB 151 158 170 -
CMYK 0.11 0.07 0 0.33
HSL 217.89º 0.1% 0.63% -
HSV(B) 217.89º 0.11% 0.67% -
XYZ 32.25 33.94 42.88 -
YUV 157.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 151 158 170 0.11 0.07 0 0.33 217.89 0.1 0.63
Hex 97 9E AA B 7 0 21 DA A 3F
Octal 227 236 252 13 7 0 41 332 12 77
Binary 10010111 10011110 10101010 1011 111 0 100001 11011010 1010 111111

Color Harmonies of #979EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979EAA

Black with #979EAA

Text Example


Text Example

White with #979EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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