Shades of Slate Grey #798087
Tints of Slate Grey #798087
RGB
CMYK
RGB Variations
Color information
#798087 (or 0x798087) is known color: Slate Grey. HEX triplet: 79, 80 and 87. RGB value is (121,128,135). Sum of RGB (Red+Green+Blue) = 121+128+135=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 135 - color contains mainly: blue. Hex color #798087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798087 is #867F78. Grayscale: #7E7E7E. Windows color (decimal): -8814457 or 8880249. OLE color: 8880249.
HSL color Cylindrical-coordinate representation of color #798087: hue angle of 210º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #798087 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 128 | 135 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.47 |
| HSL | 210º | 0.06% | 0.5% | - |
| HSV(B) | 210º | 0.1% | 0.53% | - |
| XYZ | 19.98 | 21.25 | 25.97 | - |
| YUV | 126.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 128 | 135 | 0.10 | 0.05 | 0 | 0.47 | 210 | 0.06 | 0.5 |
| Hex | 79 | 80 | 87 | A | 5 | 0 | 2F | D2 | 6 | 32 |
| Octal | 171 | 200 | 207 | 12 | 5 | 0 | 57 | 322 | 6 | 62 |
| Binary | 1111001 | 10000000 | 10000111 | 1010 | 101 | 0 | 101111 | 11010010 | 110 | 110010 |
Color Harmonies of #798087
Complementary color
Monochromatic Colors of #798087
Black with #798087
Text Example
Text Example
White with #798087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798087; }
p { color: rgb(121,128,135); }
H1.HeaderClassName
{
color: #798087;
}
.AnyTagClassName
{
color: #798087;
}
</style>
background-color css
<style>
a { background-color: #798087; }
a { background-color: rgb(121,128,135); }
div.DivClassName
{
background-color: #798087;
}
.BgClassName
{
background-color: #798087;
}
</style>
border-color css
<style>
span { border-color: #798087; }
span { border-color: rgb(121,128,135); }
td.TdClassName
{
border-color: #798087;
}
.TagClassName
{
border-color: #798087;
}
</style>