Shades of Light Slate Grey #86929D
Tints of Light Slate Grey #86929D
RGB
CMYK
RGB Variations
Color information
#86929D (or 0x86929D) is known color: Light Slate Grey. HEX triplet: 86, 92 and 9D. RGB value is (134,146,157). Sum of RGB (Red+Green+Blue) = 134+146+157=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 157 - color contains mainly: blue. Hex color #86929D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86929D is #796D62. Grayscale: #8F8F8F. Windows color (decimal): -7957859 or 10326662. OLE color: 10326662.
HSL color Cylindrical-coordinate representation of color #86929D: hue angle of 208.7º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #86929D is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 146 | 157 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.38 |
| HSL | 208.7º | 0.11% | 0.57% | - |
| HSV(B) | 208.7º | 0.15% | 0.62% | - |
| XYZ | 26.2 | 28.06 | 35.93 | - |
| YUV | 143.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 146 | 157 | 0.15 | 0.07 | 0 | 0.38 | 208.7 | 0.11 | 0.57 |
| Hex | 86 | 92 | 9D | F | 7 | 0 | 26 | D1 | B | 39 |
| Octal | 206 | 222 | 235 | 17 | 7 | 0 | 46 | 321 | 13 | 71 |
| Binary | 10000110 | 10010010 | 10011101 | 1111 | 111 | 0 | 100110 | 11010001 | 1011 | 111001 |
Color Harmonies of #86929D
Complementary color
Monochromatic Colors of #86929D
Black with #86929D
Text Example
Text Example
White with #86929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86929D; }
p { color: rgb(134,146,157); }
H1.HeaderClassName
{
color: #86929D;
}
.AnyTagClassName
{
color: #86929D;
}
</style>
background-color css
<style>
a { background-color: #86929D; }
a { background-color: rgb(134,146,157); }
div.DivClassName
{
background-color: #86929D;
}
.BgClassName
{
background-color: #86929D;
}
</style>
border-color css
<style>
span { border-color: #86929D; }
span { border-color: rgb(134,146,157); }
td.TdClassName
{
border-color: #86929D;
}
.TagClassName
{
border-color: #86929D;
}
</style>