Shades of Light Slate Grey #798CA2
Tints of Light Slate Grey #798CA2
RGB
CMYK
RGB Variations
Color information
#798CA2 (or 0x798CA2) is known color: Light Slate Grey. HEX triplet: 79, 8C and A2. RGB value is (121,140,162). Sum of RGB (Red+Green+Blue) = 121+140+162=423 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.61% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 162 - color contains mainly: blue. Hex color #798CA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798CA2 is #86735D. Grayscale: #888888. Windows color (decimal): -8811358 or 10652793. OLE color: 10652793.
HSL color Cylindrical-coordinate representation of color #798CA2: hue angle of 212.2º 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 #798CA2 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 140 | 162 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.36 |
| HSL | 212.2º | 0.18% | 0.55% | - |
| HSV(B) | 212.2º | 0.25% | 0.64% | - |
| XYZ | 23.78 | 25.43 | 37.84 | - |
| YUV | 136.83 | 142.21 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 140 | 162 | 0.25 | 0.14 | 0 | 0.36 | 212.2 | 0.18 | 0.55 |
| Hex | 79 | 8C | A2 | 19 | E | 0 | 24 | D4 | 12 | 37 |
| Octal | 171 | 214 | 242 | 31 | 16 | 0 | 44 | 324 | 22 | 67 |
| Binary | 1111001 | 10001100 | 10100010 | 11001 | 1110 | 0 | 100100 | 11010100 | 10010 | 110111 |
Color Harmonies of #798CA2
Complementary color
Monochromatic Colors of #798CA2
Black with #798CA2
Text Example
Text Example
White with #798CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798CA2; }
p { color: rgb(121,140,162); }
H1.HeaderClassName
{
color: #798CA2;
}
.AnyTagClassName
{
color: #798CA2;
}
</style>
background-color css
<style>
a { background-color: #798CA2; }
a { background-color: rgb(121,140,162); }
div.DivClassName
{
background-color: #798CA2;
}
.BgClassName
{
background-color: #798CA2;
}
</style>
border-color css
<style>
span { border-color: #798CA2; }
span { border-color: rgb(121,140,162); }
td.TdClassName
{
border-color: #798CA2;
}
.TagClassName
{
border-color: #798CA2;
}
</style>