Shades of Light Slate Grey #86919F
Tints of Light Slate Grey #86919F
RGB
CMYK
RGB Variations
Color information
#86919F (or 0x86919F) is known color: Light Slate Grey. HEX triplet: 86, 91 and 9F. RGB value is (134,145,159). Sum of RGB (Red+Green+Blue) = 134+145+159=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 159 - color contains mainly: blue. Hex color #86919F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86919F is #796E60. Grayscale: #8F8F8F. Windows color (decimal): -7958113 or 10457478. OLE color: 10457478.
HSL color Cylindrical-coordinate representation of color #86919F: hue angle of 213.6º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #86919F is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 145 | 159 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.38 |
| HSL | 213.6º | 0.12% | 0.57% | - |
| HSV(B) | 213.6º | 0.16% | 0.62% | - |
| XYZ | 26.21 | 27.82 | 36.79 | - |
| YUV | 143.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 145 | 159 | 0.16 | 0.09 | 0 | 0.38 | 213.6 | 0.12 | 0.57 |
| Hex | 86 | 91 | 9F | 10 | 9 | 0 | 26 | D6 | C | 39 |
| Octal | 206 | 221 | 237 | 20 | 11 | 0 | 46 | 326 | 14 | 71 |
| Binary | 10000110 | 10010001 | 10011111 | 10000 | 1001 | 0 | 100110 | 11010110 | 1100 | 111001 |
Color Harmonies of #86919F
Complementary color
Monochromatic Colors of #86919F
Black with #86919F
Text Example
Text Example
White with #86919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86919F; }
p { color: rgb(134,145,159); }
H1.HeaderClassName
{
color: #86919F;
}
.AnyTagClassName
{
color: #86919F;
}
</style>
background-color css
<style>
a { background-color: #86919F; }
a { background-color: rgb(134,145,159); }
div.DivClassName
{
background-color: #86919F;
}
.BgClassName
{
background-color: #86919F;
}
</style>
border-color css
<style>
span { border-color: #86919F; }
span { border-color: rgb(134,145,159); }
td.TdClassName
{
border-color: #86919F;
}
.TagClassName
{
border-color: #86919F;
}
</style>