#798399

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

Shades of Light Slate Grey #798399

Tints of Light Slate Grey #798399

Color information

#798399 (or 0x798399) is unknown color: approx Light Slate Grey. HEX triplet: 79, 83 and 99. RGB value is (121,131,153). Sum of RGB (Red+Green+Blue) = 121+131+153=405 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.88% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 153 - color contains mainly: blue. Hex color #798399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798399 is #867C66. Grayscale: #828282. Windows color (decimal): -8813671 or 10060665. OLE color: 10060665.

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

Color convert

RGB121131153-
CMYK0.210.1400.4
HSL221.25º13.56%53.73%-
HSV(B)221.25º20.92%60%-
XYZ21.7522.633.35-
YUV130.52140.69121.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.88%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 153 (60.16% from 255) = 37.78%
R=29.88%
G=32.35%
B=37.78%

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
Decimal1211311530.210.1400.4221.2513.5653.73
Hex79839915E028dde36
Octal17120323125160503351666
Binary111100110000011100110011010111100101000110111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798399; }

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

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

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

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

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

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

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

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