Html Css Color HEX #979FAA Grey Chateau

📋 copy color: '#979FAA'

red 151 ◦ green 159 ◦ blue 170

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

Shades of Grey Chateau #979FAA

Tints of Grey Chateau #979FAA

RGB

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

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

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

R = 31.46%
G = 33.13%
B = 35.42%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#979FAA (or 0x979FAA) is known color: Grey Chateau. HEX triplet: 97, 9F and AA. RGB value is (151,159,170). Sum of RGB (Red+Green+Blue) = 151+159+170=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 170 - color contains mainly: blue. Hex color #979FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979FAA is #686055. Grayscale: #9D9D9D. Windows color (decimal): -6840406 or 11181975. OLE color: 11181975.

HSL color Cylindrical-coordinate representation of color #979FAA: hue angle of 214.74º 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 #979FAA is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 159 170 -
CMYK 0.11 0.06 0 0.33
HSL 214.74º 0.1% 0.63% -
HSV(B) 214.74º 0.11% 0.67% -
XYZ 32.42 34.28 42.94 -
YUV 157.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 151 159 170 0.11 0.06 0 0.33 214.74 0.1 0.63
Hex 97 9F AA B 6 0 21 D7 A 3F
Octal 227 237 252 13 6 0 41 327 12 77
Binary 10010111 10011111 10101010 1011 110 0 100001 11010111 1010 111111

Color Harmonies of #979FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979FAA

Black with #979FAA

Text Example


Text Example

White with #979FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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