Shades of Storm Grey #828489
Tints of Storm Grey #828489
RGB
CMYK
RGB Variations
Color information
#828489 (or 0x828489) is known color: Storm Grey. HEX triplet: 82, 84 and 89. RGB value is (130,132,137). Sum of RGB (Red+Green+Blue) = 130+132+137=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 137 - color contains mainly: blue. Hex color #828489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828489 is #7D7B76. Grayscale: #838383. Windows color (decimal): -8223607 or 9012354. OLE color: 9012354.
HSL color Cylindrical-coordinate representation of color #828489: hue angle of 222.86º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #828489 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 132 | 137 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.46 |
| HSL | 222.86º | 0.03% | 0.52% | - |
| HSV(B) | 222.86º | 0.05% | 0.54% | - |
| XYZ | 21.97 | 23.05 | 26.96 | - |
| YUV | 131.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 132 | 137 | 0.05 | 0.04 | 0 | 0.46 | 222.86 | 0.03 | 0.52 |
| Hex | 82 | 84 | 89 | 5 | 4 | 0 | 2E | DF | 3 | 34 |
| Octal | 202 | 204 | 211 | 5 | 4 | 0 | 56 | 337 | 3 | 64 |
| Binary | 10000010 | 10000100 | 10001001 | 101 | 100 | 0 | 101110 | 11011111 | 11 | 110100 |
Color Harmonies of #828489
Complementary color
Monochromatic Colors of #828489
Black with #828489
Text Example
Text Example
White with #828489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828489; }
p { color: rgb(130,132,137); }
H1.HeaderClassName
{
color: #828489;
}
.AnyTagClassName
{
color: #828489;
}
</style>
background-color css
<style>
a { background-color: #828489; }
a { background-color: rgb(130,132,137); }
div.DivClassName
{
background-color: #828489;
}
.BgClassName
{
background-color: #828489;
}
</style>
border-color css
<style>
span { border-color: #828489; }
span { border-color: rgb(130,132,137); }
td.TdClassName
{
border-color: #828489;
}
.TagClassName
{
border-color: #828489;
}
</style>