#79889D

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

Shades of Light Slate Grey #79889D

Tints of Light Slate Grey #79889D

Color information

#79889D (or 0x79889D) is unknown color: approx Light Slate Grey. HEX triplet: 79, 88 and 9D. RGB value is (121,136,157). Sum of RGB (Red+Green+Blue) = 121+136+157=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #79889D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79889D is #867762. Grayscale: #858585. Windows color (decimal): -8812387 or 10324089. OLE color: 10324089.

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

Color convert

RGB121136157-
CMYK0.230.1300.38
HSL215º15.52%54.51%-
HSV(B)215º22.93%61.57%-
XYZ22.7824.1135.35-
YUV133.91141.03118.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.23%
GREEN value IS 136 (53.52% from 255) = 32.85%
BLUE value IS 157 (61.72% from 255) = 37.92%
R=29.23%
G=32.85%
B=37.92%

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
Decimal1211361570.230.1300.3821515.5254.51
Hex79889D17D026d71037
Octal17121023527150463272067
Binary1111001100010001001110110111110101001101101011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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