Shades of Light Slate Grey #798999
Tints of Light Slate Grey #798999
RGB
CMYK
RGB Variations
Color information
#798999 (or 0x798999) is known color: Light Slate Grey. HEX triplet: 79, 89 and 99. RGB value is (121,137,153). Sum of RGB (Red+Green+Blue) = 121+137+153=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 153 - color contains mainly: blue. Hex color #798999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798999 is #867666. Grayscale: #858585. Windows color (decimal): -8812135 or 10062201. OLE color: 10062201.
HSL color Cylindrical-coordinate representation of color #798999: hue angle of 210º 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 #798999 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 121 | 137 | 153 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.4 |
| HSL | 210º | 0.14% | 0.54% | - |
| HSV(B) | 210º | 0.21% | 0.6% | - |
| XYZ | 22.58 | 24.26 | 33.63 | - |
| YUV | 134.04 | 138.7 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 137 | 153 | 0.21 | 0.10 | 0 | 0.4 | 210 | 0.14 | 0.54 |
| Hex | 79 | 89 | 99 | 15 | A | 0 | 28 | D2 | E | 36 |
| Octal | 171 | 211 | 231 | 25 | 12 | 0 | 50 | 322 | 16 | 66 |
| Binary | 1111001 | 10001001 | 10011001 | 10101 | 1010 | 0 | 101000 | 11010010 | 1110 | 110110 |
Color Harmonies of #798999
Complementary color
Monochromatic Colors of #798999
Black with #798999
Text Example
Text Example
White with #798999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798999; }
p { color: rgb(121,137,153); }
H1.HeaderClassName
{
color: #798999;
}
.AnyTagClassName
{
color: #798999;
}
</style>
background-color css
<style>
a { background-color: #798999; }
a { background-color: rgb(121,137,153); }
div.DivClassName
{
background-color: #798999;
}
.BgClassName
{
background-color: #798999;
}
</style>
border-color css
<style>
span { border-color: #798999; }
span { border-color: rgb(121,137,153); }
td.TdClassName
{
border-color: #798999;
}
.TagClassName
{
border-color: #798999;
}
</style>