Shades of Storm Grey #828287
Tints of Storm Grey #828287
RGB
CMYK
RGB Variations
Color information
#828287 (or 0x828287) is known color: Storm Grey. HEX triplet: 82, 82 and 87. RGB value is (130,130,135). Sum of RGB (Red+Green+Blue) = 130+130+135=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 135 - color contains mainly: blue. Hex color #828287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828287 is #7D7D78. Grayscale: #828282. Windows color (decimal): -8224121 or 8880770. OLE color: 8880770.
HSL color Cylindrical-coordinate representation of color #828287: hue angle of 240º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #828287 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 130 | 135 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.47 |
| HSL | 240º | 0.02% | 0.52% | - |
| HSV(B) | 240º | 0.04% | 0.53% | - |
| XYZ | 21.56 | 22.46 | 26.12 | - |
| YUV | 130.57 | 130.5 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 135 | 0.04 | 0.04 | 0 | 0.47 | 240 | 0.02 | 0.52 |
| Hex | 82 | 82 | 87 | 4 | 4 | 0 | 2F | F0 | 2 | 34 |
| Octal | 202 | 202 | 207 | 4 | 4 | 0 | 57 | 360 | 2 | 64 |
| Binary | 10000010 | 10000010 | 10000111 | 100 | 100 | 0 | 101111 | 11110000 | 10 | 110100 |
Color Harmonies of #828287
Complementary color
Monochromatic Colors of #828287
Black with #828287
Text Example
Text Example
White with #828287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828287; }
p { color: rgb(130,130,135); }
H1.HeaderClassName
{
color: #828287;
}
.AnyTagClassName
{
color: #828287;
}
</style>
background-color css
<style>
a { background-color: #828287; }
a { background-color: rgb(130,130,135); }
div.DivClassName
{
background-color: #828287;
}
.BgClassName
{
background-color: #828287;
}
</style>
border-color css
<style>
span { border-color: #828287; }
span { border-color: rgb(130,130,135); }
td.TdClassName
{
border-color: #828287;
}
.TagClassName
{
border-color: #828287;
}
</style>