#79839A

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

Shades of Light Slate Grey #79839A

Tints of Light Slate Grey #79839A

Color information

#79839A (or 0x79839A) is unknown color: approx Light Slate Grey. HEX triplet: 79, 83 and 9A. RGB value is (121,131,154). Sum of RGB (Red+Green+Blue) = 121+131+154=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 154 - color contains mainly: blue. Hex color #79839A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79839A is #867C65. Grayscale: #828282. Windows color (decimal): -8813670 or 10126201. OLE color: 10126201.

HSL color Cylindrical-coordinate representation of color #79839A: hue angle of 221.82º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #79839A is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB121131154-
CMYK0.210.1500.40
HSL221.82º14.04%53.92%-
HSV(B)221.82º21.43%60.39%-
XYZ21.8322.6333.79-
YUV130.63141.19121.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.80%
GREEN value IS 131 (51.56% from 255) = 32.27%
BLUE value IS 154 (60.55% from 255) = 37.93%
R=29.80%
G=32.27%
B=37.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211311540.210.1500.40221.8214.0453.92
Hex79839A15F028dee36
Octal17120323225170503361666
Binary111100110000011100110101010111110101000110111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79839A; }

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

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

<style>
 a { background-color: #79839A; }

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

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

<style>
 span { border-color: #79839A; }

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

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