Shades of Light Slate Grey #81858E
Tints of Light Slate Grey #81858E
RGB
CMYK
RGB Variations
Color information
#81858E (or 0x81858E) is known color: Light Slate Grey. HEX triplet: 81, 85 and 8E. RGB value is (129,133,142). Sum of RGB (Red+Green+Blue) = 129+133+142=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 142 - color contains mainly: blue. Hex color #81858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81858E is #7E7A71. Grayscale: #848484. Windows color (decimal): -8288882 or 9340289. OLE color: 9340289.
HSL color Cylindrical-coordinate representation of color #81858E: hue angle of 221.54º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #81858E is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 133 | 142 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.44 |
| HSL | 221.54º | 0.05% | 0.53% | - |
| HSV(B) | 221.54º | 0.09% | 0.56% | - |
| XYZ | 22.32 | 23.4 | 28.93 | - |
| YUV | 132.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 142 | 0.09 | 0.06 | 0 | 0.44 | 221.54 | 0.05 | 0.53 |
| Hex | 81 | 85 | 8E | 9 | 6 | 0 | 2C | DE | 5 | 35 |
| Octal | 201 | 205 | 216 | 11 | 6 | 0 | 54 | 336 | 5 | 65 |
| Binary | 10000001 | 10000101 | 10001110 | 1001 | 110 | 0 | 101100 | 11011110 | 101 | 110101 |
Color Harmonies of #81858E
Complementary color
Monochromatic Colors of #81858E
Black with #81858E
Text Example
Text Example
White with #81858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81858E; }
p { color: rgb(129,133,142); }
H1.HeaderClassName
{
color: #81858E;
}
.AnyTagClassName
{
color: #81858E;
}
</style>
background-color css
<style>
a { background-color: #81858E; }
a { background-color: rgb(129,133,142); }
div.DivClassName
{
background-color: #81858E;
}
.BgClassName
{
background-color: #81858E;
}
</style>
border-color css
<style>
span { border-color: #81858E; }
span { border-color: rgb(129,133,142); }
td.TdClassName
{
border-color: #81858E;
}
.TagClassName
{
border-color: #81858E;
}
</style>