Html Css Color HEX #79838D Slate Grey

📋 copy color: '#79838D'

red 121 ◦ green 131 ◦ blue 141

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

Shades of Slate Grey #79838D

Tints of Slate Grey #79838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.33%

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

R = 30.79%
G = 33.33%
B = 35.88%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#79838D (or 0x79838D) is known color: Slate Grey. HEX triplet: 79, 83 and 8D. RGB value is (121,131,141). Sum of RGB (Red+Green+Blue) = 121+131+141=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 141 - color contains mainly: blue. Hex color #79838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79838D is #867C72. Grayscale: #818181. Windows color (decimal): -8813683 or 9274233. OLE color: 9274233.

HSL color Cylindrical-coordinate representation of color #79838D: hue angle of 210º 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 #79838D is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 121 131 141 -
CMYK 0.14 0.07 0 0.45
HSL 210º 0.08% 0.51% -
HSV(B) 210º 0.14% 0.55% -
XYZ 20.81 22.22 28.39 -
YUV 129.15 134.69 122.19 -
System Red Green Blue C M Y K H S L
Decimal 121 131 141 0.14 0.07 0 0.45 210 0.08 0.51
Hex 79 83 8D E 7 0 2D D2 8 33
Octal 171 203 215 16 7 0 55 322 10 63
Binary 1111001 10000011 10001101 1110 111 0 101101 11010010 1000 110011

Color Harmonies of #79838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79838D

Black with #79838D

Text Example


Text Example

White with #79838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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