Shades of Light Slate Grey #798BA1
Tints of Light Slate Grey #798BA1
RGB
CMYK
RGB Variations
Color information
#798BA1 (or 0x798BA1) is known color: Light Slate Grey. HEX triplet: 79, 8B and A1. RGB value is (121,139,161). Sum of RGB (Red+Green+Blue) = 121+139+161=421 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.74% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 161 - color contains mainly: blue. Hex color #798BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798BA1 is #86745E. Grayscale: #888888. Windows color (decimal): -8811615 or 10587001. OLE color: 10587001.
HSL color Cylindrical-coordinate representation of color #798BA1: hue angle of 213º 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 #798BA1 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 139 | 161 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.37 |
| HSL | 213º | 0.18% | 0.55% | - |
| HSV(B) | 213º | 0.25% | 0.63% | - |
| XYZ | 23.55 | 25.1 | 37.32 | - |
| YUV | 136.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 139 | 161 | 0.25 | 0.14 | 0 | 0.37 | 213 | 0.18 | 0.55 |
| Hex | 79 | 8B | A1 | 19 | E | 0 | 25 | D5 | 12 | 37 |
| Octal | 171 | 213 | 241 | 31 | 16 | 0 | 45 | 325 | 22 | 67 |
| Binary | 1111001 | 10001011 | 10100001 | 11001 | 1110 | 0 | 100101 | 11010101 | 10010 | 110111 |
Color Harmonies of #798BA1
Complementary color
Monochromatic Colors of #798BA1
Black with #798BA1
Text Example
Text Example
White with #798BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798BA1; }
p { color: rgb(121,139,161); }
H1.HeaderClassName
{
color: #798BA1;
}
.AnyTagClassName
{
color: #798BA1;
}
</style>
background-color css
<style>
a { background-color: #798BA1; }
a { background-color: rgb(121,139,161); }
div.DivClassName
{
background-color: #798BA1;
}
.BgClassName
{
background-color: #798BA1;
}
</style>
border-color css
<style>
span { border-color: #798BA1; }
span { border-color: rgb(121,139,161); }
td.TdClassName
{
border-color: #798BA1;
}
.TagClassName
{
border-color: #798BA1;
}
</style>