#79838F

Color #79838F Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #79838F

Tints of Slate Grey #79838F

Color information

#79838F (or 0x79838F) is unknown color: approx Slate Grey. HEX triplet: 79, 83 and 8F. RGB value is (121,131,143). Sum of RGB (Red+Green+Blue) = 121+131+143=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 143 - color contains mainly: blue. Hex color #79838F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79838F is #867C70. Grayscale: #818181. Windows color (decimal): -8813681 or 9405305. OLE color: 9405305.

HSL color Cylindrical-coordinate representation of color #79838F: hue angle of 212.73º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #79838F is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB121131143-
CMYK0.150.0800.44
HSL212.73º8.94%51.76%-
HSV(B)212.73º15.38%56.08%-
XYZ20.9622.2829.18-
YUV129.38135.69122.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.63%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 143 (56.25% from 255) = 36.20%
R=30.63%
G=33.16%
B=36.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1211311430.150.0800.44212.738.9451.76
Hex79838FF802Cd5934
Octal17120321717100543251164
Binary11110011000001110001111111110000101100110101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #79838F;
 }
 .AnyTagClassName
 {
   color: #79838F;
 }
</style>
background-color css

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

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

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

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

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

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