Shades of Light Slate Grey #798894
Tints of Light Slate Grey #798894
RGB
CMYK
RGB Variations
Color information
#798894 (or 0x798894) is known color: Light Slate Grey. HEX triplet: 79, 88 and 94. RGB value is (121,136,148). Sum of RGB (Red+Green+Blue) = 121+136+148=405 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.88% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 148 - color contains mainly: blue. Hex color #798894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798894 is #86776B. Grayscale: #848484. Windows color (decimal): -8812396 or 9734265. OLE color: 9734265.
HSL color Cylindrical-coordinate representation of color #798894: hue angle of 206.67º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #798894 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 136 | 148 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.42 |
| HSL | 206.67º | 0.11% | 0.53% | - |
| HSV(B) | 206.67º | 0.18% | 0.58% | - |
| XYZ | 22.03 | 23.81 | 31.45 | - |
| YUV | 132.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 136 | 148 | 0.18 | 0.08 | 0 | 0.42 | 206.67 | 0.11 | 0.53 |
| Hex | 79 | 88 | 94 | 12 | 8 | 0 | 2A | CF | B | 35 |
| Octal | 171 | 210 | 224 | 22 | 10 | 0 | 52 | 317 | 13 | 65 |
| Binary | 1111001 | 10001000 | 10010100 | 10010 | 1000 | 0 | 101010 | 11001111 | 1011 | 110101 |
Color Harmonies of #798894
Complementary color
Monochromatic Colors of #798894
Black with #798894
Text Example
Text Example
White with #798894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798894; }
p { color: rgb(121,136,148); }
H1.HeaderClassName
{
color: #798894;
}
.AnyTagClassName
{
color: #798894;
}
</style>
background-color css
<style>
a { background-color: #798894; }
a { background-color: rgb(121,136,148); }
div.DivClassName
{
background-color: #798894;
}
.BgClassName
{
background-color: #798894;
}
</style>
border-color css
<style>
span { border-color: #798894; }
span { border-color: rgb(121,136,148); }
td.TdClassName
{
border-color: #798894;
}
.TagClassName
{
border-color: #798894;
}
</style>