#79879E

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

Shades of Light Slate Grey #79879E

Tints of Light Slate Grey #79879E

Color information

#79879E (or 0x79879E) is unknown color: approx Light Slate Grey. HEX triplet: 79, 87 and 9E. RGB value is (121,135,158). Sum of RGB (Red+Green+Blue) = 121+135+158=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 158 - color contains mainly: blue. Hex color #79879E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79879E is #867861. Grayscale: #858585. Windows color (decimal): -8812642 or 10389369. OLE color: 10389369.

HSL color Cylindrical-coordinate representation of color #79879E: hue angle of 217.3º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #79879E is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB121135158-
CMYK0.230.1500.38
HSL217.3º16.02%54.71%-
HSV(B)217.3º23.42%61.96%-
XYZ22.7223.8635.76-
YUV133.44141.86119.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.23%
GREEN value IS 135 (53.12% from 255) = 32.61%
BLUE value IS 158 (62.11% from 255) = 38.16%
R=29.23%
G=32.61%
B=38.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211351580.230.1500.38217.316.0254.71
Hex79879E17F026d91037
Octal17120723627170463312067
Binary1111001100001111001111010111111101001101101100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79879E; }

 p { color: rgb(121,135,158); }

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

<style>
 a { background-color: #79879E; }

 a { background-color: rgb(121,135,158); }

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

<style>
 span { border-color: #79879E; }

 span { border-color: rgb(121,135,158); }

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