Shades of Light Slate Grey #798D9F
Tints of Light Slate Grey #798D9F
RGB
CMYK
RGB Variations
Color information
#798D9F (or 0x798D9F) is known color: Light Slate Grey. HEX triplet: 79, 8D and 9F. RGB value is (121,141,159). Sum of RGB (Red+Green+Blue) = 121+141+159=421 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.74% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 159 - color contains mainly: blue. Hex color #798D9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798D9F is #867260. Grayscale: #888888. Windows color (decimal): -8811105 or 10456441. OLE color: 10456441.
HSL color Cylindrical-coordinate representation of color #798D9F: hue angle of 208.42º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #798D9F is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 141 | 159 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.38 |
| HSL | 208.42º | 0.17% | 0.55% | - |
| HSV(B) | 208.42º | 0.24% | 0.62% | - |
| XYZ | 23.67 | 25.62 | 36.5 | - |
| YUV | 137.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 141 | 159 | 0.24 | 0.11 | 0 | 0.38 | 208.42 | 0.17 | 0.55 |
| Hex | 79 | 8D | 9F | 18 | B | 0 | 26 | D0 | 11 | 37 |
| Octal | 171 | 215 | 237 | 30 | 13 | 0 | 46 | 320 | 21 | 67 |
| Binary | 1111001 | 10001101 | 10011111 | 11000 | 1011 | 0 | 100110 | 11010000 | 10001 | 110111 |
Color Harmonies of #798D9F
Complementary color
Monochromatic Colors of #798D9F
Black with #798D9F
Text Example
Text Example
White with #798D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798D9F; }
p { color: rgb(121,141,159); }
H1.HeaderClassName
{
color: #798D9F;
}
.AnyTagClassName
{
color: #798D9F;
}
</style>
background-color css
<style>
a { background-color: #798D9F; }
a { background-color: rgb(121,141,159); }
div.DivClassName
{
background-color: #798D9F;
}
.BgClassName
{
background-color: #798D9F;
}
</style>
border-color css
<style>
span { border-color: #798D9F; }
span { border-color: rgb(121,141,159); }
td.TdClassName
{
border-color: #798D9F;
}
.TagClassName
{
border-color: #798D9F;
}
</style>