Shades of Slate Grey #718393
Tints of Slate Grey #718393
RGB
CMYK
RGB Variations
Color information
#718393 (or 0x718393) is known color: Slate Grey. HEX triplet: 71, 83 and 93. RGB value is (113,131,147). Sum of RGB (Red+Green+Blue) = 113+131+147=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 147 - color contains mainly: blue. Hex color #718393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718393 is #8E7C6C. Grayscale: #7F7F7F. Windows color (decimal): -9337965 or 9667441. OLE color: 9667441.
HSL color Cylindrical-coordinate representation of color #718393: hue angle of 208.24º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #718393 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 131 | 147 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.42 |
| HSL | 208.24º | 0.14% | 0.51% | - |
| HSV(B) | 208.24º | 0.23% | 0.58% | - |
| XYZ | 20.19 | 21.85 | 30.76 | - |
| YUV | 127.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 131 | 147 | 0.23 | 0.11 | 0 | 0.42 | 208.24 | 0.14 | 0.51 |
| Hex | 71 | 83 | 93 | 17 | B | 0 | 2A | D0 | E | 33 |
| Octal | 161 | 203 | 223 | 27 | 13 | 0 | 52 | 320 | 16 | 63 |
| Binary | 1110001 | 10000011 | 10010011 | 10111 | 1011 | 0 | 101010 | 11010000 | 1110 | 110011 |
Color Harmonies of #718393
Complementary color
Monochromatic Colors of #718393
Black with #718393
Text Example
Text Example
White with #718393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718393; }
p { color: rgb(113,131,147); }
H1.HeaderClassName
{
color: #718393;
}
.AnyTagClassName
{
color: #718393;
}
</style>
background-color css
<style>
a { background-color: #718393; }
a { background-color: rgb(113,131,147); }
div.DivClassName
{
background-color: #718393;
}
.BgClassName
{
background-color: #718393;
}
</style>
border-color css
<style>
span { border-color: #718393; }
span { border-color: rgb(113,131,147); }
td.TdClassName
{
border-color: #718393;
}
.TagClassName
{
border-color: #718393;
}
</style>