Shades of Slate Grey #798191
Tints of Slate Grey #798191
RGB
CMYK
RGB Variations
Color information
#798191 (or 0x798191) is known color: Slate Grey. HEX triplet: 79, 81 and 91. RGB value is (121,129,145). Sum of RGB (Red+Green+Blue) = 121+129+145=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 145 - color contains mainly: blue. Hex color #798191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798191 is #867E6E. Grayscale: #808080. Windows color (decimal): -8814191 or 9535865. OLE color: 9535865.
HSL color Cylindrical-coordinate representation of color #798191: hue angle of 220º 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 #798191 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 129 | 145 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.43 |
| HSL | 220º | 0.1% | 0.52% | - |
| HSV(B) | 220º | 0.17% | 0.57% | - |
| XYZ | 20.85 | 21.81 | 29.9 | - |
| YUV | 128.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 129 | 145 | 0.17 | 0.11 | 0 | 0.43 | 220 | 0.1 | 0.52 |
| Hex | 79 | 81 | 91 | 11 | B | 0 | 2B | DC | A | 34 |
| Octal | 171 | 201 | 221 | 21 | 13 | 0 | 53 | 334 | 12 | 64 |
| Binary | 1111001 | 10000001 | 10010001 | 10001 | 1011 | 0 | 101011 | 11011100 | 1010 | 110100 |
Color Harmonies of #798191
Complementary color
Monochromatic Colors of #798191
Black with #798191
Text Example
Text Example
White with #798191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798191; }
p { color: rgb(121,129,145); }
H1.HeaderClassName
{
color: #798191;
}
.AnyTagClassName
{
color: #798191;
}
</style>
background-color css
<style>
a { background-color: #798191; }
a { background-color: rgb(121,129,145); }
div.DivClassName
{
background-color: #798191;
}
.BgClassName
{
background-color: #798191;
}
</style>
border-color css
<style>
span { border-color: #798191; }
span { border-color: rgb(121,129,145); }
td.TdClassName
{
border-color: #798191;
}
.TagClassName
{
border-color: #798191;
}
</style>