Html Css Color HEX #979EA2 Grey Chateau

📋 copy color: '#979EA2'

red 151 ◦ green 158 ◦ blue 162

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

Shades of Grey Chateau #979EA2

Tints of Grey Chateau #979EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.39%

R = 32.06%
G = 33.55%
B = 34.39%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#979EA2 (or 0x979EA2) is known color: Grey Chateau. HEX triplet: 97, 9E and A2. RGB value is (151,158,162). Sum of RGB (Red+Green+Blue) = 151+158+162=471 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.06% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 162 - color contains mainly: blue. Hex color #979EA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979EA2 is #68615D. Grayscale: #9C9C9C. Windows color (decimal): -6840670 or 10657431. OLE color: 10657431.

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

Color convert

RGB 151 158 162 -
CMYK 0.07 0.02 0 0.36
HSL 201.82º 0.06% 0.61% -
HSV(B) 201.82º 0.07% 0.64% -
XYZ 31.51 33.64 39.02 -
YUV 156.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 151 158 162 0.07 0.02 0 0.36 201.82 0.06 0.61
Hex 97 9E A2 7 2 0 24 CA 6 3D
Octal 227 236 242 7 2 0 44 312 6 75
Binary 10010111 10011110 10100010 111 10 0 100100 11001010 110 111101

Color Harmonies of #979EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979EA2

Black with #979EA2

Text Example


Text Example

White with #979EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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