Shades of Light Slate Grey #798399
Tints of Light Slate Grey #798399
RGB
CMYK
RGB Variations
Color information
#798399 (or 0x798399) is known color: 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
| RGB | 121 | 131 | 153 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.4 |
| HSL | 221.25º | 0.14% | 0.54% | - |
| HSV(B) | 221.25º | 0.21% | 0.6% | - |
| XYZ | 21.75 | 22.6 | 33.35 | - |
| YUV | 130.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 131 | 153 | 0.21 | 0.14 | 0 | 0.4 | 221.25 | 0.14 | 0.54 |
| Hex | 79 | 83 | 99 | 15 | E | 0 | 28 | DD | E | 36 |
| Octal | 171 | 203 | 231 | 25 | 16 | 0 | 50 | 335 | 16 | 66 |
| Binary | 1111001 | 10000011 | 10011001 | 10101 | 1110 | 0 | 101000 | 11011101 | 1110 | 110110 |
Color Harmonies of #798399
Complementary color
Monochromatic Colors of #798399
Black with #798399
Text Example
Text Example
White with #798399
Text Example
Text Example
HTML Codes & Css Web 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>