#79899D

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

Shades of Light Slate Grey #79899D

Tints of Light Slate Grey #79899D

Color information

#79899D (or 0x79899D) is unknown color: approx Light Slate Grey. HEX triplet: 79, 89 and 9D. RGB value is (121,137,157). Sum of RGB (Red+Green+Blue) = 121+137+157=415 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.16% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 157 - color contains mainly: blue. Hex color #79899D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79899D is #867662. Grayscale: #868686. Windows color (decimal): -8812131 or 10324345. OLE color: 10324345.

HSL color Cylindrical-coordinate representation of color #79899D: hue angle of 213.33º 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 #79899D is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB121137157-
CMYK0.230.1300.38
HSL213.33º15.52%54.51%-
HSV(B)213.33º22.93%61.57%-
XYZ22.9224.3935.4-
YUV134.5140.7118.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.16%
GREEN value IS 137 (53.91% from 255) = 33.01%
BLUE value IS 157 (61.72% from 255) = 37.83%
R=29.16%
G=33.01%
B=37.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211371570.230.1300.38213.3315.5254.51
Hex79899D17D026d51037
Octal17121123527150463252067
Binary1111001100010011001110110111110101001101101010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,137,157); }

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

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

 a { background-color: rgb(121,137,157); }

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

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

 span { border-color: rgb(121,137,157); }

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