Shades of Slate Grey #798292
Tints of Slate Grey #798292
RGB
CMYK
RGB Variations
Color information
#798292 (or 0x798292) is known color: Slate Grey. HEX triplet: 79, 82 and 92. RGB value is (121,130,146). Sum of RGB (Red+Green+Blue) = 121+130+146=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 146 - color contains mainly: blue. Hex color #798292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798292 is #867D6D. Grayscale: #818181. Windows color (decimal): -8813934 or 9601657. OLE color: 9601657.
HSL color Cylindrical-coordinate representation of color #798292: hue angle of 218.4º 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 #798292 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 130 | 146 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.43 |
| HSL | 218.4º | 0.1% | 0.52% | - |
| HSV(B) | 218.4º | 0.17% | 0.57% | - |
| XYZ | 21.06 | 22.11 | 30.35 | - |
| YUV | 129.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 130 | 146 | 0.17 | 0.11 | 0 | 0.43 | 218.4 | 0.1 | 0.52 |
| Hex | 79 | 82 | 92 | 11 | B | 0 | 2B | DA | A | 34 |
| Octal | 171 | 202 | 222 | 21 | 13 | 0 | 53 | 332 | 12 | 64 |
| Binary | 1111001 | 10000010 | 10010010 | 10001 | 1011 | 0 | 101011 | 11011010 | 1010 | 110100 |
Color Harmonies of #798292
Complementary color
Monochromatic Colors of #798292
Black with #798292
Text Example
Text Example
White with #798292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798292; }
p { color: rgb(121,130,146); }
H1.HeaderClassName
{
color: #798292;
}
.AnyTagClassName
{
color: #798292;
}
</style>
background-color css
<style>
a { background-color: #798292; }
a { background-color: rgb(121,130,146); }
div.DivClassName
{
background-color: #798292;
}
.BgClassName
{
background-color: #798292;
}
</style>
border-color css
<style>
span { border-color: #798292; }
span { border-color: rgb(121,130,146); }
td.TdClassName
{
border-color: #798292;
}
.TagClassName
{
border-color: #798292;
}
</style>