#79879C

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

Shades of Light Slate Grey #79879C

Tints of Light Slate Grey #79879C

Color information

#79879C (or 0x79879C) is unknown color: approx Light Slate Grey. HEX triplet: 79, 87 and 9C. RGB value is (121,135,156). Sum of RGB (Red+Green+Blue) = 121+135+156=412 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.37% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 156 - color contains mainly: blue. Hex color #79879C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79879C is #867863. Grayscale: #858585. Windows color (decimal): -8812644 or 10258297. OLE color: 10258297.

HSL color Cylindrical-coordinate representation of color #79879C: hue angle of 216º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #79879C is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB121135156-
CMYK0.220.1300.39
HSL216º15.02%54.31%-
HSV(B)216º22.44%61.18%-
XYZ22.5523.7934.86-
YUV133.21140.86119.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.37%
GREEN value IS 135 (53.12% from 255) = 32.77%
BLUE value IS 156 (61.33% from 255) = 37.86%
R=29.37%
G=32.77%
B=37.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211351560.220.1300.3921615.0254.31
Hex79879C16D027d8f36
Octal17120723426150473301766
Binary111100110000111100111001011011010100111110110001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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