Shades of Light Slate Grey #798BA0
Tints of Light Slate Grey #798BA0
RGB
CMYK
RGB Variations
Color information
#798BA0 (or 0x798BA0) is known color: Light Slate Grey. HEX triplet: 79, 8B and A0. RGB value is (121,139,160). Sum of RGB (Red+Green+Blue) = 121+139+160=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 160 - color contains mainly: blue. Hex color #798BA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798BA0 is #86745F. Grayscale: #878787. Windows color (decimal): -8811616 or 10521465. OLE color: 10521465.
HSL color Cylindrical-coordinate representation of color #798BA0: hue angle of 212.31º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #798BA0 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 139 | 160 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.37 |
| HSL | 212.31º | 0.17% | 0.55% | - |
| HSV(B) | 212.31º | 0.24% | 0.63% | - |
| XYZ | 23.46 | 25.07 | 36.86 | - |
| YUV | 136.01 | 141.54 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 139 | 160 | 0.24 | 0.13 | 0 | 0.37 | 212.31 | 0.17 | 0.55 |
| Hex | 79 | 8B | A0 | 18 | D | 0 | 25 | D4 | 11 | 37 |
| Octal | 171 | 213 | 240 | 30 | 15 | 0 | 45 | 324 | 21 | 67 |
| Binary | 1111001 | 10001011 | 10100000 | 11000 | 1101 | 0 | 100101 | 11010100 | 10001 | 110111 |
Color Harmonies of #798BA0
Complementary color
Monochromatic Colors of #798BA0
Black with #798BA0
Text Example
Text Example
White with #798BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798BA0; }
p { color: rgb(121,139,160); }
H1.HeaderClassName
{
color: #798BA0;
}
.AnyTagClassName
{
color: #798BA0;
}
</style>
background-color css
<style>
a { background-color: #798BA0; }
a { background-color: rgb(121,139,160); }
div.DivClassName
{
background-color: #798BA0;
}
.BgClassName
{
background-color: #798BA0;
}
</style>
border-color css
<style>
span { border-color: #798BA0; }
span { border-color: rgb(121,139,160); }
td.TdClassName
{
border-color: #798BA0;
}
.TagClassName
{
border-color: #798BA0;
}
</style>