Shades of Slate Grey #718394
Tints of Slate Grey #718394
RGB
CMYK
RGB Variations
Color information
#718394 (or 0x718394) is known color: Slate Grey. HEX triplet: 71, 83 and 94. RGB value is (113,131,148). Sum of RGB (Red+Green+Blue) = 113+131+148=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 148 - color contains mainly: blue. Hex color #718394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718394 is #8E7C6B. Grayscale: #7F7F7F. Windows color (decimal): -9337964 or 9732977. OLE color: 9732977.
HSL color Cylindrical-coordinate representation of color #718394: hue angle of 209.14º 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 #718394 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 131 | 148 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.42 |
| HSL | 209.14º | 0.14% | 0.51% | - |
| HSV(B) | 209.14º | 0.24% | 0.58% | - |
| XYZ | 20.27 | 21.88 | 31.17 | - |
| YUV | 127.56 | 139.54 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 131 | 148 | 0.24 | 0.11 | 0 | 0.42 | 209.14 | 0.14 | 0.51 |
| Hex | 71 | 83 | 94 | 18 | B | 0 | 2A | D1 | E | 33 |
| Octal | 161 | 203 | 224 | 30 | 13 | 0 | 52 | 321 | 16 | 63 |
| Binary | 1110001 | 10000011 | 10010100 | 11000 | 1011 | 0 | 101010 | 11010001 | 1110 | 110011 |
Color Harmonies of #718394
Complementary color
Monochromatic Colors of #718394
Black with #718394
Text Example
Text Example
White with #718394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718394; }
p { color: rgb(113,131,148); }
H1.HeaderClassName
{
color: #718394;
}
.AnyTagClassName
{
color: #718394;
}
</style>
background-color css
<style>
a { background-color: #718394; }
a { background-color: rgb(113,131,148); }
div.DivClassName
{
background-color: #718394;
}
.BgClassName
{
background-color: #718394;
}
</style>
border-color css
<style>
span { border-color: #718394; }
span { border-color: rgb(113,131,148); }
td.TdClassName
{
border-color: #718394;
}
.TagClassName
{
border-color: #718394;
}
</style>