Shades of Light Slate Grey #798592
Tints of Light Slate Grey #798592
RGB
CMYK
RGB Variations
Color information
#798592 (or 0x798592) is known color: Light Slate Grey. HEX triplet: 79, 85 and 92. RGB value is (121,133,146). Sum of RGB (Red+Green+Blue) = 121+133+146=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 146 - color contains mainly: blue. Hex color #798592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798592 is #867A6D. Grayscale: #828282. Windows color (decimal): -8813166 or 9602425. OLE color: 9602425.
HSL color Cylindrical-coordinate representation of color #798592: hue angle of 211.2º 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 #798592 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 133 | 146 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.43 |
| HSL | 211.2º | 0.1% | 0.52% | - |
| HSV(B) | 211.2º | 0.17% | 0.57% | - |
| XYZ | 21.46 | 22.92 | 30.49 | - |
| YUV | 130.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 133 | 146 | 0.17 | 0.09 | 0 | 0.43 | 211.2 | 0.1 | 0.52 |
| Hex | 79 | 85 | 92 | 11 | 9 | 0 | 2B | D3 | A | 34 |
| Octal | 171 | 205 | 222 | 21 | 11 | 0 | 53 | 323 | 12 | 64 |
| Binary | 1111001 | 10000101 | 10010010 | 10001 | 1001 | 0 | 101011 | 11010011 | 1010 | 110100 |
Color Harmonies of #798592
Complementary color
Monochromatic Colors of #798592
Black with #798592
Text Example
Text Example
White with #798592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798592; }
p { color: rgb(121,133,146); }
H1.HeaderClassName
{
color: #798592;
}
.AnyTagClassName
{
color: #798592;
}
</style>
background-color css
<style>
a { background-color: #798592; }
a { background-color: rgb(121,133,146); }
div.DivClassName
{
background-color: #798592;
}
.BgClassName
{
background-color: #798592;
}
</style>
border-color css
<style>
span { border-color: #798592; }
span { border-color: rgb(121,133,146); }
td.TdClassName
{
border-color: #798592;
}
.TagClassName
{
border-color: #798592;
}
</style>