Shades of Slate Grey #718392
Tints of Slate Grey #718392
RGB
CMYK
RGB Variations
Color information
#718392 (or 0x718392) is known color: Slate Grey. HEX triplet: 71, 83 and 92. RGB value is (113,131,146). Sum of RGB (Red+Green+Blue) = 113+131+146=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 146 - color contains mainly: blue. Hex color #718392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718392 is #8E7C6D. Grayscale: #7F7F7F. Windows color (decimal): -9337966 or 9601905. OLE color: 9601905.
HSL color Cylindrical-coordinate representation of color #718392: hue angle of 207.27º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #718392 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 131 | 146 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.43 |
| HSL | 207.27º | 0.13% | 0.51% | - |
| HSV(B) | 207.27º | 0.23% | 0.57% | - |
| XYZ | 20.11 | 21.82 | 30.35 | - |
| YUV | 127.33 | 138.54 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 131 | 146 | 0.23 | 0.10 | 0 | 0.43 | 207.27 | 0.13 | 0.51 |
| Hex | 71 | 83 | 92 | 17 | A | 0 | 2B | CF | D | 33 |
| Octal | 161 | 203 | 222 | 27 | 12 | 0 | 53 | 317 | 15 | 63 |
| Binary | 1110001 | 10000011 | 10010010 | 10111 | 1010 | 0 | 101011 | 11001111 | 1101 | 110011 |
Color Harmonies of #718392
Complementary color
Monochromatic Colors of #718392
Black with #718392
Text Example
Text Example
White with #718392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718392; }
p { color: rgb(113,131,146); }
H1.HeaderClassName
{
color: #718392;
}
.AnyTagClassName
{
color: #718392;
}
</style>
background-color css
<style>
a { background-color: #718392; }
a { background-color: rgb(113,131,146); }
div.DivClassName
{
background-color: #718392;
}
.BgClassName
{
background-color: #718392;
}
</style>
border-color css
<style>
span { border-color: #718392; }
span { border-color: rgb(113,131,146); }
td.TdClassName
{
border-color: #718392;
}
.TagClassName
{
border-color: #718392;
}
</style>