Shades of Light Slate Grey #7186A2
Tints of Light Slate Grey #7186A2
RGB
CMYK
RGB Variations
Color information
#7186A2 (or 0x7186A2) is known color: Light Slate Grey. HEX triplet: 71, 86 and A2. RGB value is (113,134,162). Sum of RGB (Red+Green+Blue) = 113+134+162=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 162 - color contains mainly: blue. Hex color #7186A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7186A2 is #8E795D. Grayscale: #828282. Windows color (decimal): -9337182 or 10651249. OLE color: 10651249.
HSL color Cylindrical-coordinate representation of color #7186A2: hue angle of 214.29º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7186A2 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 134 | 162 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.36 |
| HSL | 214.29º | 0.21% | 0.54% | - |
| HSV(B) | 214.29º | 0.3% | 0.64% | - |
| XYZ | 21.86 | 23.17 | 37.5 | - |
| YUV | 130.91 | 145.54 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 134 | 162 | 0.30 | 0.17 | 0 | 0.36 | 214.29 | 0.21 | 0.54 |
| Hex | 71 | 86 | A2 | 1E | 11 | 0 | 24 | D6 | 15 | 36 |
| Octal | 161 | 206 | 242 | 36 | 21 | 0 | 44 | 326 | 25 | 66 |
| Binary | 1110001 | 10000110 | 10100010 | 11110 | 10001 | 0 | 100100 | 11010110 | 10101 | 110110 |
Color Harmonies of #7186A2
Complementary color
Monochromatic Colors of #7186A2
Black with #7186A2
Text Example
Text Example
White with #7186A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7186A2; }
p { color: rgb(113,134,162); }
H1.HeaderClassName
{
color: #7186A2;
}
.AnyTagClassName
{
color: #7186A2;
}
</style>
background-color css
<style>
a { background-color: #7186A2; }
a { background-color: rgb(113,134,162); }
div.DivClassName
{
background-color: #7186A2;
}
.BgClassName
{
background-color: #7186A2;
}
</style>
border-color css
<style>
span { border-color: #7186A2; }
span { border-color: rgb(113,134,162); }
td.TdClassName
{
border-color: #7186A2;
}
.TagClassName
{
border-color: #7186A2;
}
</style>