#79849A

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

Shades of Light Slate Grey #79849A

Tints of Light Slate Grey #79849A

Color information

#79849A (or 0x79849A) is unknown color: approx Light Slate Grey. HEX triplet: 79, 84 and 9A. RGB value is (121,132,154). Sum of RGB (Red+Green+Blue) = 121+132+154=407 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.73% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 154 - color contains mainly: blue. Hex color #79849A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79849A is #867B65. Grayscale: #838383. Windows color (decimal): -8813414 or 10126457. OLE color: 10126457.

HSL color Cylindrical-coordinate representation of color #79849A: hue angle of 220º 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 #79849A is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB121132154-
CMYK0.210.1400.40
HSL220º14.04%53.92%-
HSV(B)220º21.43%60.39%-
XYZ21.9722.933.83-
YUV131.22140.86120.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.73%
GREEN value IS 132 (51.95% from 255) = 32.43%
BLUE value IS 154 (60.55% from 255) = 37.84%
R=29.73%
G=32.43%
B=37.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211321540.210.1400.4022014.0453.92
Hex79849A15E028dce36
Octal17120423225160503341666
Binary111100110000100100110101010111100101000110111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79849A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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