Shades of Light Slate Grey #798FA2
Tints of Light Slate Grey #798FA2
RGB
CMYK
RGB Variations
Color information
#798FA2 (or 0x798FA2) is known color: Light Slate Grey. HEX triplet: 79, 8F and A2. RGB value is (121,143,162). Sum of RGB (Red+Green+Blue) = 121+143+162=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 162 - color contains mainly: blue. Hex color #798FA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798FA2 is #86705D. Grayscale: #8A8A8A. Windows color (decimal): -8810590 or 10653561. OLE color: 10653561.
HSL color Cylindrical-coordinate representation of color #798FA2: hue angle of 207.8º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #798FA2 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 143 | 162 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.36 |
| HSL | 207.8º | 0.18% | 0.55% | - |
| HSV(B) | 207.8º | 0.25% | 0.64% | - |
| XYZ | 24.23 | 26.32 | 37.99 | - |
| YUV | 138.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 143 | 162 | 0.25 | 0.12 | 0 | 0.36 | 207.8 | 0.18 | 0.55 |
| Hex | 79 | 8F | A2 | 19 | C | 0 | 24 | D0 | 12 | 37 |
| Octal | 171 | 217 | 242 | 31 | 14 | 0 | 44 | 320 | 22 | 67 |
| Binary | 1111001 | 10001111 | 10100010 | 11001 | 1100 | 0 | 100100 | 11010000 | 10010 | 110111 |
Color Harmonies of #798FA2
Complementary color
Monochromatic Colors of #798FA2
Black with #798FA2
Text Example
Text Example
White with #798FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798FA2; }
p { color: rgb(121,143,162); }
H1.HeaderClassName
{
color: #798FA2;
}
.AnyTagClassName
{
color: #798FA2;
}
</style>
background-color css
<style>
a { background-color: #798FA2; }
a { background-color: rgb(121,143,162); }
div.DivClassName
{
background-color: #798FA2;
}
.BgClassName
{
background-color: #798FA2;
}
</style>
border-color css
<style>
span { border-color: #798FA2; }
span { border-color: rgb(121,143,162); }
td.TdClassName
{
border-color: #798FA2;
}
.TagClassName
{
border-color: #798FA2;
}
</style>