#798499

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

Shades of Light Slate Grey #798499

Tints of Light Slate Grey #798499

Color information

#798499 (or 0x798499) is unknown color: approx Light Slate Grey. HEX triplet: 79, 84 and 99. RGB value is (121,132,153). Sum of RGB (Red+Green+Blue) = 121+132+153=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 153 - color contains mainly: blue. Hex color #798499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798499 is #867B66. Grayscale: #838383. Windows color (decimal): -8813415 or 10060921. OLE color: 10060921.

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

Color convert

RGB121132153-
CMYK0.210.1400.4
HSL219.37º13.56%53.73%-
HSV(B)219.37º20.92%60%-
XYZ21.8922.8733.4-
YUV131.1140.36120.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.80%
GREEN value IS 132 (51.95% from 255) = 32.51%
BLUE value IS 153 (60.16% from 255) = 37.68%
R=29.80%
G=32.51%
B=37.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1211321530.210.1400.4219.3713.5653.73
Hex79849915E028dbe36
Octal17120423125160503331666
Binary111100110000100100110011010111100101000110110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798499; }

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

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

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

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

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

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

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

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