Shades of Slate Grey #718294
Tints of Slate Grey #718294
RGB
CMYK
RGB Variations
Color information
#718294 (or 0x718294) is known color: Slate Grey. HEX triplet: 71, 82 and 94. RGB value is (113,130,148). Sum of RGB (Red+Green+Blue) = 113+130+148=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 148 - color contains mainly: blue. Hex color #718294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718294 is #8E7D6B. Grayscale: #7E7E7E. Windows color (decimal): -9338220 or 9732721. OLE color: 9732721.
HSL color Cylindrical-coordinate representation of color #718294: hue angle of 210.86º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #718294 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 130 | 148 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.42 |
| HSL | 210.86º | 0.14% | 0.51% | - |
| HSV(B) | 210.86º | 0.24% | 0.58% | - |
| XYZ | 20.14 | 21.61 | 31.13 | - |
| YUV | 126.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 148 | 0.24 | 0.12 | 0 | 0.42 | 210.86 | 0.14 | 0.51 |
| Hex | 71 | 82 | 94 | 18 | C | 0 | 2A | D3 | E | 33 |
| Octal | 161 | 202 | 224 | 30 | 14 | 0 | 52 | 323 | 16 | 63 |
| Binary | 1110001 | 10000010 | 10010100 | 11000 | 1100 | 0 | 101010 | 11010011 | 1110 | 110011 |
Color Harmonies of #718294
Complementary color
Monochromatic Colors of #718294
Black with #718294
Text Example
Text Example
White with #718294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718294; }
p { color: rgb(113,130,148); }
H1.HeaderClassName
{
color: #718294;
}
.AnyTagClassName
{
color: #718294;
}
</style>
background-color css
<style>
a { background-color: #718294; }
a { background-color: rgb(113,130,148); }
div.DivClassName
{
background-color: #718294;
}
.BgClassName
{
background-color: #718294;
}
</style>
border-color css
<style>
span { border-color: #718294; }
span { border-color: rgb(113,130,148); }
td.TdClassName
{
border-color: #718294;
}
.TagClassName
{
border-color: #718294;
}
</style>