#79838B

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

Shades of Slate Grey #79838B

Tints of Slate Grey #79838B

Color information

#79838B (or 0x79838B) is unknown color: approx Slate Grey. HEX triplet: 79, 83 and 8B. RGB value is (121,131,139). Sum of RGB (Red+Green+Blue) = 121+131+139=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 139 - color contains mainly: blue. Hex color #79838B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79838B is #867C74. Grayscale: #808080. Windows color (decimal): -8813685 or 9143161. OLE color: 9143161.

HSL color Cylindrical-coordinate representation of color #79838B: hue angle of 206.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #79838B is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB121131139-
CMYK0.130.0600.45
HSL206.67º7.2%50.98%-
HSV(B)206.67º12.95%54.51%-
XYZ20.6622.1627.61-
YUV128.92133.69122.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.95%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 139 (54.69% from 255) = 35.55%
R=30.95%
G=33.50%
B=35.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1211311390.130.0600.45206.677.250.98
Hex79838BD602Dcf733
Octal171203213156055317763
Binary111100110000011100010111101110010110111001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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