Shades of Light Slate Grey #798A9D
Tints of Light Slate Grey #798A9D
RGB
CMYK
RGB Variations
Color information
#798A9D (or 0x798A9D) is known color: Light Slate Grey. HEX triplet: 79, 8A and 9D. RGB value is (121,138,157). Sum of RGB (Red+Green+Blue) = 121+138+157=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 157 - color contains mainly: blue. Hex color #798A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798A9D is #867562. Grayscale: #868686. Windows color (decimal): -8811875 or 10324601. OLE color: 10324601.
HSL color Cylindrical-coordinate representation of color #798A9D: hue angle of 211.67º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #798A9D is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 138 | 157 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.38 |
| HSL | 211.67º | 0.16% | 0.55% | - |
| HSV(B) | 211.67º | 0.23% | 0.62% | - |
| XYZ | 23.06 | 24.68 | 35.45 | - |
| YUV | 135.08 | 140.37 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 138 | 157 | 0.23 | 0.12 | 0 | 0.38 | 211.67 | 0.16 | 0.55 |
| Hex | 79 | 8A | 9D | 17 | C | 0 | 26 | D4 | 10 | 37 |
| Octal | 171 | 212 | 235 | 27 | 14 | 0 | 46 | 324 | 20 | 67 |
| Binary | 1111001 | 10001010 | 10011101 | 10111 | 1100 | 0 | 100110 | 11010100 | 10000 | 110111 |
Color Harmonies of #798A9D
Complementary color
Monochromatic Colors of #798A9D
Black with #798A9D
Text Example
Text Example
White with #798A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798A9D; }
p { color: rgb(121,138,157); }
H1.HeaderClassName
{
color: #798A9D;
}
.AnyTagClassName
{
color: #798A9D;
}
</style>
background-color css
<style>
a { background-color: #798A9D; }
a { background-color: rgb(121,138,157); }
div.DivClassName
{
background-color: #798A9D;
}
.BgClassName
{
background-color: #798A9D;
}
</style>
border-color css
<style>
span { border-color: #798A9D; }
span { border-color: rgb(121,138,157); }
td.TdClassName
{
border-color: #798A9D;
}
.TagClassName
{
border-color: #798A9D;
}
</style>