Shades of Slate Grey #718495
Tints of Slate Grey #718495
RGB
CMYK
RGB Variations
Color information
#718495 (or 0x718495) is known color: Slate Grey. HEX triplet: 71, 84 and 95. RGB value is (113,132,149). Sum of RGB (Red+Green+Blue) = 113+132+149=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 149 - color contains mainly: blue. Hex color #718495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718495 is #8E7B6A. Grayscale: #808080. Windows color (decimal): -9337707 or 9798769. OLE color: 9798769.
HSL color Cylindrical-coordinate representation of color #718495: hue angle of 208.33º degrees, saturation: 0.15, 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 #718495 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 132 | 149 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.42 |
| HSL | 208.33º | 0.15% | 0.51% | - |
| HSV(B) | 208.33º | 0.24% | 0.58% | - |
| XYZ | 20.49 | 22.18 | 31.64 | - |
| YUV | 128.26 | 139.71 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 132 | 149 | 0.24 | 0.11 | 0 | 0.42 | 208.33 | 0.15 | 0.51 |
| Hex | 71 | 84 | 95 | 18 | B | 0 | 2A | D0 | F | 33 |
| Octal | 161 | 204 | 225 | 30 | 13 | 0 | 52 | 320 | 17 | 63 |
| Binary | 1110001 | 10000100 | 10010101 | 11000 | 1011 | 0 | 101010 | 11010000 | 1111 | 110011 |
Color Harmonies of #718495
Complementary color
Monochromatic Colors of #718495
Black with #718495
Text Example
Text Example
White with #718495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718495; }
p { color: rgb(113,132,149); }
H1.HeaderClassName
{
color: #718495;
}
.AnyTagClassName
{
color: #718495;
}
</style>
background-color css
<style>
a { background-color: #718495; }
a { background-color: rgb(113,132,149); }
div.DivClassName
{
background-color: #718495;
}
.BgClassName
{
background-color: #718495;
}
</style>
border-color css
<style>
span { border-color: #718495; }
span { border-color: rgb(113,132,149); }
td.TdClassName
{
border-color: #718495;
}
.TagClassName
{
border-color: #718495;
}
</style>