Shades of Slate Grey #718096
Tints of Slate Grey #718096
RGB
CMYK
RGB Variations
Color information
#718096 (or 0x718096) is known color: Slate Grey. HEX triplet: 71, 80 and 96. RGB value is (113,128,150). Sum of RGB (Red+Green+Blue) = 113+128+150=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 150 - color contains mainly: blue. Hex color #718096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718096 is #8E7F69. Grayscale: #7D7D7D. Windows color (decimal): -9338730 or 9863281. OLE color: 9863281.
HSL color Cylindrical-coordinate representation of color #718096: hue angle of 215.68º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #718096 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 128 | 150 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.41 |
| HSL | 215.68º | 0.15% | 0.52% | - |
| HSV(B) | 215.68º | 0.25% | 0.59% | - |
| XYZ | 20.03 | 21.15 | 31.88 | - |
| YUV | 126.02 | 141.53 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 128 | 150 | 0.25 | 0.15 | 0 | 0.41 | 215.68 | 0.15 | 0.52 |
| Hex | 71 | 80 | 96 | 19 | F | 0 | 29 | D8 | F | 34 |
| Octal | 161 | 200 | 226 | 31 | 17 | 0 | 51 | 330 | 17 | 64 |
| Binary | 1110001 | 10000000 | 10010110 | 11001 | 1111 | 0 | 101001 | 11011000 | 1111 | 110100 |
Color Harmonies of #718096
Complementary color
Monochromatic Colors of #718096
Black with #718096
Text Example
Text Example
White with #718096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718096; }
p { color: rgb(113,128,150); }
H1.HeaderClassName
{
color: #718096;
}
.AnyTagClassName
{
color: #718096;
}
</style>
background-color css
<style>
a { background-color: #718096; }
a { background-color: rgb(113,128,150); }
div.DivClassName
{
background-color: #718096;
}
.BgClassName
{
background-color: #718096;
}
</style>
border-color css
<style>
span { border-color: #718096; }
span { border-color: rgb(113,128,150); }
td.TdClassName
{
border-color: #718096;
}
.TagClassName
{
border-color: #718096;
}
</style>