Shades of Slate Grey #718195
Tints of Slate Grey #718195
RGB
CMYK
RGB Variations
Color information
#718195 (or 0x718195) is known color: Slate Grey. HEX triplet: 71, 81 and 95. RGB value is (113,129,149). Sum of RGB (Red+Green+Blue) = 113+129+149=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 149 - color contains mainly: blue. Hex color #718195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718195 is #8E7E6A. Grayscale: #7E7E7E. Windows color (decimal): -9338475 or 9798001. OLE color: 9798001.
HSL color Cylindrical-coordinate representation of color #718195: hue angle of 213.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 #718195 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 129 | 149 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.42 |
| HSL | 213.33º | 0.15% | 0.51% | - |
| HSV(B) | 213.33º | 0.24% | 0.58% | - |
| XYZ | 20.09 | 21.38 | 31.5 | - |
| YUV | 126.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 129 | 149 | 0.24 | 0.13 | 0 | 0.42 | 213.33 | 0.15 | 0.51 |
| Hex | 71 | 81 | 95 | 18 | D | 0 | 2A | D5 | F | 33 |
| Octal | 161 | 201 | 225 | 30 | 15 | 0 | 52 | 325 | 17 | 63 |
| Binary | 1110001 | 10000001 | 10010101 | 11000 | 1101 | 0 | 101010 | 11010101 | 1111 | 110011 |
Color Harmonies of #718195
Complementary color
Monochromatic Colors of #718195
Black with #718195
Text Example
Text Example
White with #718195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718195; }
p { color: rgb(113,129,149); }
H1.HeaderClassName
{
color: #718195;
}
.AnyTagClassName
{
color: #718195;
}
</style>
background-color css
<style>
a { background-color: #718195; }
a { background-color: rgb(113,129,149); }
div.DivClassName
{
background-color: #718195;
}
.BgClassName
{
background-color: #718195;
}
</style>
border-color css
<style>
span { border-color: #718195; }
span { border-color: rgb(113,129,149); }
td.TdClassName
{
border-color: #718195;
}
.TagClassName
{
border-color: #718195;
}
</style>