Html Css Color HEX #979DA3 Grey Chateau

📋 copy color: '#979DA3'

red 151 ◦ green 157 ◦ blue 163

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

Shades of Grey Chateau #979DA3

Tints of Grey Chateau #979DA3

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.33%

 BLUE value IS 163 (64.06% from 255) = 34.61%

R = 32.06%
G = 33.33%
B = 34.61%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#979DA3 (or 0x979DA3) is known color: Grey Chateau. HEX triplet: 97, 9D and A3. RGB value is (151,157,163). Sum of RGB (Red+Green+Blue) = 151+157+163=471 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.06% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 163 - color contains mainly: blue. Hex color #979DA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979DA3 is #68625C. Grayscale: #9B9B9B. Windows color (decimal): -6840925 or 10722711. OLE color: 10722711.

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

Color convert

RGB 151 157 163 -
CMYK 0.07 0.04 0 0.36
HSL 210º 0.06% 0.62% -
HSV(B) 210º 0.07% 0.64% -
XYZ 31.43 33.34 39.43 -
YUV 155.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 151 157 163 0.07 0.04 0 0.36 210 0.06 0.62
Hex 97 9D A3 7 4 0 24 D2 6 3E
Octal 227 235 243 7 4 0 44 322 6 76
Binary 10010111 10011101 10100011 111 100 0 100100 11010010 110 111110

Color Harmonies of #979DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979DA3

Black with #979DA3

Text Example


Text Example

White with #979DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,157,163); }

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

background-color css

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

 a { background-color: rgb(151,157,163); }

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

border-color css

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

 span { border-color: rgb(151,157,163); }

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