Shades of Storm Grey #81848D
Tints of Storm Grey #81848D
RGB
CMYK
RGB Variations
Color information
#81848D (or 0x81848D) is known color: Storm Grey. HEX triplet: 81, 84 and 8D. RGB value is (129,132,141). Sum of RGB (Red+Green+Blue) = 129+132+141=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 141 - color contains mainly: blue. Hex color #81848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81848D is #7E7B72. Grayscale: #848484. Windows color (decimal): -8289139 or 9274497. OLE color: 9274497.
HSL color Cylindrical-coordinate representation of color #81848D: hue angle of 225º 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 #81848D is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 132 | 141 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.45 |
| HSL | 225º | 0.05% | 0.53% | - |
| HSV(B) | 225º | 0.09% | 0.55% | - |
| XYZ | 22.11 | 23.09 | 28.49 | - |
| YUV | 132.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 132 | 141 | 0.09 | 0.06 | 0 | 0.45 | 225 | 0.05 | 0.53 |
| Hex | 81 | 84 | 8D | 9 | 6 | 0 | 2D | E1 | 5 | 35 |
| Octal | 201 | 204 | 215 | 11 | 6 | 0 | 55 | 341 | 5 | 65 |
| Binary | 10000001 | 10000100 | 10001101 | 1001 | 110 | 0 | 101101 | 11100001 | 101 | 110101 |
Color Harmonies of #81848D
Complementary color
Monochromatic Colors of #81848D
Black with #81848D
Text Example
Text Example
White with #81848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81848D; }
p { color: rgb(129,132,141); }
H1.HeaderClassName
{
color: #81848D;
}
.AnyTagClassName
{
color: #81848D;
}
</style>
background-color css
<style>
a { background-color: #81848D; }
a { background-color: rgb(129,132,141); }
div.DivClassName
{
background-color: #81848D;
}
.BgClassName
{
background-color: #81848D;
}
</style>
border-color css
<style>
span { border-color: #81848D; }
span { border-color: rgb(129,132,141); }
td.TdClassName
{
border-color: #81848D;
}
.TagClassName
{
border-color: #81848D;
}
</style>