Shades of Light Slate Grey #81858D
Tints of Light Slate Grey #81858D
RGB
CMYK
RGB Variations
Color information
#81858D (or 0x81858D) is known color: Light Slate Grey. HEX triplet: 81, 85 and 8D. RGB value is (129,133,141). Sum of RGB (Red+Green+Blue) = 129+133+141=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 141 - color contains mainly: blue. Hex color #81858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81858D is #7E7A72. Grayscale: #848484. Windows color (decimal): -8288883 or 9274753. OLE color: 9274753.
HSL color Cylindrical-coordinate representation of color #81858D: hue angle of 220º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #81858D is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 133 | 141 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.45 |
| HSL | 220º | 0.05% | 0.53% | - |
| HSV(B) | 220º | 0.09% | 0.55% | - |
| XYZ | 22.25 | 23.37 | 28.54 | - |
| YUV | 132.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 141 | 0.09 | 0.06 | 0 | 0.45 | 220 | 0.05 | 0.53 |
| Hex | 81 | 85 | 8D | 9 | 6 | 0 | 2D | DC | 5 | 35 |
| Octal | 201 | 205 | 215 | 11 | 6 | 0 | 55 | 334 | 5 | 65 |
| Binary | 10000001 | 10000101 | 10001101 | 1001 | 110 | 0 | 101101 | 11011100 | 101 | 110101 |
Color Harmonies of #81858D
Complementary color
Monochromatic Colors of #81858D
Black with #81858D
Text Example
Text Example
White with #81858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81858D; }
p { color: rgb(129,133,141); }
H1.HeaderClassName
{
color: #81858D;
}
.AnyTagClassName
{
color: #81858D;
}
</style>
background-color css
<style>
a { background-color: #81858D; }
a { background-color: rgb(129,133,141); }
div.DivClassName
{
background-color: #81858D;
}
.BgClassName
{
background-color: #81858D;
}
</style>
border-color css
<style>
span { border-color: #81858D; }
span { border-color: rgb(129,133,141); }
td.TdClassName
{
border-color: #81858D;
}
.TagClassName
{
border-color: #81858D;
}
</style>