Shades of Light Slate Grey #798792
Tints of Light Slate Grey #798792
RGB
CMYK
RGB Variations
Color information
#798792 (or 0x798792) is known color: Light Slate Grey. HEX triplet: 79, 87 and 92. RGB value is (121,135,146). Sum of RGB (Red+Green+Blue) = 121+135+146=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 146 - color contains mainly: blue. Hex color #798792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798792 is #86786D. Grayscale: #848484. Windows color (decimal): -8812654 or 9602937. OLE color: 9602937.
HSL color Cylindrical-coordinate representation of color #798792: hue angle of 206.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 #798792 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 135 | 146 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.43 |
| HSL | 206.4º | 0.1% | 0.52% | - |
| HSV(B) | 206.4º | 0.17% | 0.57% | - |
| XYZ | 21.74 | 23.47 | 30.58 | - |
| YUV | 132.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 135 | 146 | 0.17 | 0.08 | 0 | 0.43 | 206.4 | 0.1 | 0.52 |
| Hex | 79 | 87 | 92 | 11 | 8 | 0 | 2B | CE | A | 34 |
| Octal | 171 | 207 | 222 | 21 | 10 | 0 | 53 | 316 | 12 | 64 |
| Binary | 1111001 | 10000111 | 10010010 | 10001 | 1000 | 0 | 101011 | 11001110 | 1010 | 110100 |
Color Harmonies of #798792
Complementary color
Monochromatic Colors of #798792
Black with #798792
Text Example
Text Example
White with #798792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798792; }
p { color: rgb(121,135,146); }
H1.HeaderClassName
{
color: #798792;
}
.AnyTagClassName
{
color: #798792;
}
</style>
background-color css
<style>
a { background-color: #798792; }
a { background-color: rgb(121,135,146); }
div.DivClassName
{
background-color: #798792;
}
.BgClassName
{
background-color: #798792;
}
</style>
border-color css
<style>
span { border-color: #798792; }
span { border-color: rgb(121,135,146); }
td.TdClassName
{
border-color: #798792;
}
.TagClassName
{
border-color: #798792;
}
</style>