Html Css Color HEX #79828D Slate Grey

📋 copy color: '#79828D'

red 121 ◦ green 130 ◦ blue 141

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

Shades of Slate Grey #79828D

Tints of Slate Grey #79828D

RGB

 RED value IS 121 (47.66% from 255) = 30.87%

 GREEN value IS 130 (51.17% from 255) = 33.16%

 BLUE value IS 141 (55.47% from 255) = 35.97%

R = 30.87%
G = 33.16%
B = 35.97%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#79828D (or 0x79828D) is known color: Slate Grey. HEX triplet: 79, 82 and 8D. RGB value is (121,130,141). Sum of RGB (Red+Green+Blue) = 121+130+141=392 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.87% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 141 - color contains mainly: blue. Hex color #79828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79828D is #867D72. Grayscale: #808080. Windows color (decimal): -8813939 or 9273977. OLE color: 9273977.

HSL color Cylindrical-coordinate representation of color #79828D: hue angle of 213º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #79828D is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 121 130 141 -
CMYK 0.14 0.08 0 0.45
HSL 213º 0.08% 0.51% -
HSV(B) 213º 0.14% 0.55% -
XYZ 20.68 21.95 28.35 -
YUV 128.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 121 130 141 0.14 0.08 0 0.45 213 0.08 0.51
Hex 79 82 8D E 8 0 2D D5 8 33
Octal 171 202 215 16 10 0 55 325 10 63
Binary 1111001 10000010 10001101 1110 1000 0 101101 11010101 1000 110011

Color Harmonies of #79828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79828D

Black with #79828D

Text Example


Text Example

White with #79828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79828D; }

 p { color: rgb(121,130,141); }

 H1.HeaderClassName
 {
   color: #79828D;
 }
 .AnyTagClassName
 {
   color: #79828D;
 }
</style>

background-color css

<style>
 a { background-color: #79828D; }

 a { background-color: rgb(121,130,141); }

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

border-color css

<style>
 span { border-color: #79828D; }

 span { border-color: rgb(121,130,141); }

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