Shades of Storm Grey #82858D
Tints of Storm Grey #82858D
RGB
CMYK
RGB Variations
Color information
#82858D (or 0x82858D) is known color: Storm Grey. HEX triplet: 82, 85 and 8D. RGB value is (130,133,141). Sum of RGB (Red+Green+Blue) = 130+133+141=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 141 - color contains mainly: blue. Hex color #82858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82858D is #7D7A72. Grayscale: #848484. Windows color (decimal): -8223347 or 9274754. OLE color: 9274754.
HSL color Cylindrical-coordinate representation of color #82858D: hue angle of 223.64º 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 #82858D is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 133 | 141 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.45 |
| HSL | 223.64º | 0.05% | 0.53% | - |
| HSV(B) | 223.64º | 0.08% | 0.55% | - |
| XYZ | 22.4 | 23.44 | 28.54 | - |
| YUV | 133.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 141 | 0.08 | 0.06 | 0 | 0.45 | 223.64 | 0.05 | 0.53 |
| Hex | 82 | 85 | 8D | 8 | 6 | 0 | 2D | E0 | 5 | 35 |
| Octal | 202 | 205 | 215 | 10 | 6 | 0 | 55 | 340 | 5 | 65 |
| Binary | 10000010 | 10000101 | 10001101 | 1000 | 110 | 0 | 101101 | 11100000 | 101 | 110101 |
Color Harmonies of #82858D
Complementary color
Monochromatic Colors of #82858D
Black with #82858D
Text Example
Text Example
White with #82858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82858D; }
p { color: rgb(130,133,141); }
H1.HeaderClassName
{
color: #82858D;
}
.AnyTagClassName
{
color: #82858D;
}
</style>
background-color css
<style>
a { background-color: #82858D; }
a { background-color: rgb(130,133,141); }
div.DivClassName
{
background-color: #82858D;
}
.BgClassName
{
background-color: #82858D;
}
</style>
border-color css
<style>
span { border-color: #82858D; }
span { border-color: rgb(130,133,141); }
td.TdClassName
{
border-color: #82858D;
}
.TagClassName
{
border-color: #82858D;
}
</style>