Shades of Light Slate Grey #798D9E
Tints of Light Slate Grey #798D9E
RGB
CMYK
RGB Variations
Color information
#798D9E (or 0x798D9E) is known color: Light Slate Grey. HEX triplet: 79, 8D and 9E. RGB value is (121,141,158). Sum of RGB (Red+Green+Blue) = 121+141+158=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 158 - color contains mainly: blue. Hex color #798D9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798D9E is #867261. Grayscale: #888888. Windows color (decimal): -8811106 or 10390905. OLE color: 10390905.
HSL color Cylindrical-coordinate representation of color #798D9E: hue angle of 207.57º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #798D9E is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 141 | 158 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.38 |
| HSL | 207.57º | 0.16% | 0.55% | - |
| HSV(B) | 207.57º | 0.23% | 0.62% | - |
| XYZ | 23.58 | 25.58 | 36.04 | - |
| YUV | 136.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 141 | 158 | 0.23 | 0.11 | 0 | 0.38 | 207.57 | 0.16 | 0.55 |
| Hex | 79 | 8D | 9E | 17 | B | 0 | 26 | D0 | 10 | 37 |
| Octal | 171 | 215 | 236 | 27 | 13 | 0 | 46 | 320 | 20 | 67 |
| Binary | 1111001 | 10001101 | 10011110 | 10111 | 1011 | 0 | 100110 | 11010000 | 10000 | 110111 |
Color Harmonies of #798D9E
Complementary color
Monochromatic Colors of #798D9E
Black with #798D9E
Text Example
Text Example
White with #798D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798D9E; }
p { color: rgb(121,141,158); }
H1.HeaderClassName
{
color: #798D9E;
}
.AnyTagClassName
{
color: #798D9E;
}
</style>
background-color css
<style>
a { background-color: #798D9E; }
a { background-color: rgb(121,141,158); }
div.DivClassName
{
background-color: #798D9E;
}
.BgClassName
{
background-color: #798D9E;
}
</style>
border-color css
<style>
span { border-color: #798D9E; }
span { border-color: rgb(121,141,158); }
td.TdClassName
{
border-color: #798D9E;
}
.TagClassName
{
border-color: #798D9E;
}
</style>