Shades of Light Slate Grey #798491
Tints of Light Slate Grey #798491
RGB
CMYK
RGB Variations
Color information
#798491 (or 0x798491) is known color: Light Slate Grey. HEX triplet: 79, 84 and 91. RGB value is (121,132,145). Sum of RGB (Red+Green+Blue) = 121+132+145=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 145 - color contains mainly: blue. Hex color #798491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798491 is #867B6E. Grayscale: #828282. Windows color (decimal): -8813423 or 9536633. OLE color: 9536633.
HSL color Cylindrical-coordinate representation of color #798491: hue angle of 212.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #798491 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 132 | 145 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.43 |
| HSL | 212.5º | 0.1% | 0.52% | - |
| HSV(B) | 212.5º | 0.17% | 0.57% | - |
| XYZ | 21.25 | 22.61 | 30.03 | - |
| YUV | 130.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 132 | 145 | 0.17 | 0.09 | 0 | 0.43 | 212.5 | 0.1 | 0.52 |
| Hex | 79 | 84 | 91 | 11 | 9 | 0 | 2B | D4 | A | 34 |
| Octal | 171 | 204 | 221 | 21 | 11 | 0 | 53 | 324 | 12 | 64 |
| Binary | 1111001 | 10000100 | 10010001 | 10001 | 1001 | 0 | 101011 | 11010100 | 1010 | 110100 |
Color Harmonies of #798491
Complementary color
Monochromatic Colors of #798491
Black with #798491
Text Example
Text Example
White with #798491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798491; }
p { color: rgb(121,132,145); }
H1.HeaderClassName
{
color: #798491;
}
.AnyTagClassName
{
color: #798491;
}
</style>
background-color css
<style>
a { background-color: #798491; }
a { background-color: rgb(121,132,145); }
div.DivClassName
{
background-color: #798491;
}
.BgClassName
{
background-color: #798491;
}
</style>
border-color css
<style>
span { border-color: #798491; }
span { border-color: rgb(121,132,145); }
td.TdClassName
{
border-color: #798491;
}
.TagClassName
{
border-color: #798491;
}
</style>