Shades of Slate Grey #718391
Tints of Slate Grey #718391
RGB
CMYK
RGB Variations
Color information
#718391 (or 0x718391) is known color: Slate Grey. HEX triplet: 71, 83 and 91. RGB value is (113,131,145). Sum of RGB (Red+Green+Blue) = 113+131+145=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 145 - color contains mainly: blue. Hex color #718391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718391 is #8E7C6E. Grayscale: #7F7F7F. Windows color (decimal): -9337967 or 9536369. OLE color: 9536369.
HSL color Cylindrical-coordinate representation of color #718391: hue angle of 206.25º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #718391 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 131 | 145 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.43 |
| HSL | 206.25º | 0.13% | 0.51% | - |
| HSV(B) | 206.25º | 0.22% | 0.57% | - |
| XYZ | 20.04 | 21.79 | 29.94 | - |
| YUV | 127.21 | 138.04 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 131 | 145 | 0.22 | 0.10 | 0 | 0.43 | 206.25 | 0.13 | 0.51 |
| Hex | 71 | 83 | 91 | 16 | A | 0 | 2B | CE | D | 33 |
| Octal | 161 | 203 | 221 | 26 | 12 | 0 | 53 | 316 | 15 | 63 |
| Binary | 1110001 | 10000011 | 10010001 | 10110 | 1010 | 0 | 101011 | 11001110 | 1101 | 110011 |
Color Harmonies of #718391
Complementary color
Monochromatic Colors of #718391
Black with #718391
Text Example
Text Example
White with #718391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718391; }
p { color: rgb(113,131,145); }
H1.HeaderClassName
{
color: #718391;
}
.AnyTagClassName
{
color: #718391;
}
</style>
background-color css
<style>
a { background-color: #718391; }
a { background-color: rgb(113,131,145); }
div.DivClassName
{
background-color: #718391;
}
.BgClassName
{
background-color: #718391;
}
</style>
border-color css
<style>
span { border-color: #718391; }
span { border-color: rgb(113,131,145); }
td.TdClassName
{
border-color: #718391;
}
.TagClassName
{
border-color: #718391;
}
</style>