Shades of Light Slate Grey #798DA1
Tints of Light Slate Grey #798DA1
RGB
CMYK
RGB Variations
Color information
#798DA1 (or 0x798DA1) is known color: Light Slate Grey. HEX triplet: 79, 8D and A1. RGB value is (121,141,161). Sum of RGB (Red+Green+Blue) = 121+141+161=423 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.61% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 161 - color contains mainly: blue. Hex color #798DA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798DA1 is #86725E. Grayscale: #898989. Windows color (decimal): -8811103 or 10587513. OLE color: 10587513.
HSL color Cylindrical-coordinate representation of color #798DA1: hue angle of 210º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #798DA1 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 141 | 161 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.37 |
| HSL | 210º | 0.18% | 0.55% | - |
| HSV(B) | 210º | 0.25% | 0.63% | - |
| XYZ | 23.84 | 25.69 | 37.42 | - |
| YUV | 137.3 | 141.37 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 141 | 161 | 0.25 | 0.12 | 0 | 0.37 | 210 | 0.18 | 0.55 |
| Hex | 79 | 8D | A1 | 19 | C | 0 | 25 | D2 | 12 | 37 |
| Octal | 171 | 215 | 241 | 31 | 14 | 0 | 45 | 322 | 22 | 67 |
| Binary | 1111001 | 10001101 | 10100001 | 11001 | 1100 | 0 | 100101 | 11010010 | 10010 | 110111 |
Color Harmonies of #798DA1
Complementary color
Monochromatic Colors of #798DA1
Black with #798DA1
Text Example
Text Example
White with #798DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798DA1; }
p { color: rgb(121,141,161); }
H1.HeaderClassName
{
color: #798DA1;
}
.AnyTagClassName
{
color: #798DA1;
}
</style>
background-color css
<style>
a { background-color: #798DA1; }
a { background-color: rgb(121,141,161); }
div.DivClassName
{
background-color: #798DA1;
}
.BgClassName
{
background-color: #798DA1;
}
</style>
border-color css
<style>
span { border-color: #798DA1; }
span { border-color: rgb(121,141,161); }
td.TdClassName
{
border-color: #798DA1;
}
.TagClassName
{
border-color: #798DA1;
}
</style>