Shades of Light Slate Grey #798EA0
Tints of Light Slate Grey #798EA0
RGB
CMYK
RGB Variations
Color information
#798EA0 (or 0x798EA0) is known color: Light Slate Grey. HEX triplet: 79, 8E and A0. RGB value is (121,142,160). Sum of RGB (Red+Green+Blue) = 121+142+160=423 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.61% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 160 - color contains mainly: blue. Hex color #798EA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798EA0 is #86715F. Grayscale: #898989. Windows color (decimal): -8810848 or 10522233. OLE color: 10522233.
HSL color Cylindrical-coordinate representation of color #798EA0: hue angle of 207.69º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #798EA0 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 142 | 160 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.37 |
| HSL | 207.69º | 0.17% | 0.55% | - |
| HSV(B) | 207.69º | 0.24% | 0.63% | - |
| XYZ | 23.9 | 25.95 | 37.01 | - |
| YUV | 137.77 | 140.54 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 142 | 160 | 0.24 | 0.11 | 0 | 0.37 | 207.69 | 0.17 | 0.55 |
| Hex | 79 | 8E | A0 | 18 | B | 0 | 25 | D0 | 11 | 37 |
| Octal | 171 | 216 | 240 | 30 | 13 | 0 | 45 | 320 | 21 | 67 |
| Binary | 1111001 | 10001110 | 10100000 | 11000 | 1011 | 0 | 100101 | 11010000 | 10001 | 110111 |
Color Harmonies of #798EA0
Complementary color
Monochromatic Colors of #798EA0
Black with #798EA0
Text Example
Text Example
White with #798EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798EA0; }
p { color: rgb(121,142,160); }
H1.HeaderClassName
{
color: #798EA0;
}
.AnyTagClassName
{
color: #798EA0;
}
</style>
background-color css
<style>
a { background-color: #798EA0; }
a { background-color: rgb(121,142,160); }
div.DivClassName
{
background-color: #798EA0;
}
.BgClassName
{
background-color: #798EA0;
}
</style>
border-color css
<style>
span { border-color: #798EA0; }
span { border-color: rgb(121,142,160); }
td.TdClassName
{
border-color: #798EA0;
}
.TagClassName
{
border-color: #798EA0;
}
</style>