Shades of Light Slate Grey #82868D
Tints of Light Slate Grey #82868D
RGB
CMYK
RGB Variations
Color information
#82868D (or 0x82868D) is known color: Light Slate Grey. HEX triplet: 82, 86 and 8D. RGB value is (130,134,141). Sum of RGB (Red+Green+Blue) = 130+134+141=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 141 - color contains mainly: blue. Hex color #82868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82868D is #7D7972. Grayscale: #858585. Windows color (decimal): -8223091 or 9275010. OLE color: 9275010.
HSL color Cylindrical-coordinate representation of color #82868D: hue angle of 218.18º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #82868D is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 134 | 141 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.45 |
| HSL | 218.18º | 0.05% | 0.53% | - |
| HSV(B) | 218.18º | 0.08% | 0.55% | - |
| XYZ | 22.54 | 23.72 | 28.59 | - |
| YUV | 133.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 134 | 141 | 0.08 | 0.05 | 0 | 0.45 | 218.18 | 0.05 | 0.53 |
| Hex | 82 | 86 | 8D | 8 | 5 | 0 | 2D | DA | 5 | 35 |
| Octal | 202 | 206 | 215 | 10 | 5 | 0 | 55 | 332 | 5 | 65 |
| Binary | 10000010 | 10000110 | 10001101 | 1000 | 101 | 0 | 101101 | 11011010 | 101 | 110101 |
Color Harmonies of #82868D
Complementary color
Monochromatic Colors of #82868D
Black with #82868D
Text Example
Text Example
White with #82868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82868D; }
p { color: rgb(130,134,141); }
H1.HeaderClassName
{
color: #82868D;
}
.AnyTagClassName
{
color: #82868D;
}
</style>
background-color css
<style>
a { background-color: #82868D; }
a { background-color: rgb(130,134,141); }
div.DivClassName
{
background-color: #82868D;
}
.BgClassName
{
background-color: #82868D;
}
</style>
border-color css
<style>
span { border-color: #82868D; }
span { border-color: rgb(130,134,141); }
td.TdClassName
{
border-color: #82868D;
}
.TagClassName
{
border-color: #82868D;
}
</style>