Shades of Light Slate Grey #798C9F
Tints of Light Slate Grey #798C9F
RGB
CMYK
RGB Variations
Color information
#798C9F (or 0x798C9F) is known color: Light Slate Grey. HEX triplet: 79, 8C and 9F. RGB value is (121,140,159). Sum of RGB (Red+Green+Blue) = 121+140+159=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 159 - color contains mainly: blue. Hex color #798C9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798C9F is #867360. Grayscale: #888888. Windows color (decimal): -8811361 or 10456185. OLE color: 10456185.
HSL color Cylindrical-coordinate representation of color #798C9F: hue angle of 210º 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 #798C9F is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 140 | 159 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.38 |
| HSL | 210º | 0.17% | 0.55% | - |
| HSV(B) | 210º | 0.24% | 0.62% | - |
| XYZ | 23.52 | 25.32 | 36.45 | - |
| YUV | 136.49 | 140.71 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 140 | 159 | 0.24 | 0.12 | 0 | 0.38 | 210 | 0.17 | 0.55 |
| Hex | 79 | 8C | 9F | 18 | C | 0 | 26 | D2 | 11 | 37 |
| Octal | 171 | 214 | 237 | 30 | 14 | 0 | 46 | 322 | 21 | 67 |
| Binary | 1111001 | 10001100 | 10011111 | 11000 | 1100 | 0 | 100110 | 11010010 | 10001 | 110111 |
Color Harmonies of #798C9F
Complementary color
Monochromatic Colors of #798C9F
Black with #798C9F
Text Example
Text Example
White with #798C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798C9F; }
p { color: rgb(121,140,159); }
H1.HeaderClassName
{
color: #798C9F;
}
.AnyTagClassName
{
color: #798C9F;
}
</style>
background-color css
<style>
a { background-color: #798C9F; }
a { background-color: rgb(121,140,159); }
div.DivClassName
{
background-color: #798C9F;
}
.BgClassName
{
background-color: #798C9F;
}
</style>
border-color css
<style>
span { border-color: #798C9F; }
span { border-color: rgb(121,140,159); }
td.TdClassName
{
border-color: #798C9F;
}
.TagClassName
{
border-color: #798C9F;
}
</style>