Shades of Storm Grey #828283
Tints of Storm Grey #828283
RGB
CMYK
RGB Variations
Color information
#828283 (or 0x828283) is known color: Storm Grey. HEX triplet: 82, 82 and 83. RGB value is (130,130,131). Sum of RGB (Red+Green+Blue) = 130+130+131=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 131 - color contains mainly: blue. Hex color #828283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828283 is #7D7D7C. Grayscale: #828282. Windows color (decimal): -8224125 or 8618626. OLE color: 8618626.
HSL color Cylindrical-coordinate representation of color #828283: hue angle of 240º degrees, saturation: 0, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #828283 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 130 | 131 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.49 |
| HSL | 240º | 0% | 0.51% | - |
| HSV(B) | 240º | 0.01% | 0.51% | - |
| XYZ | 21.29 | 22.35 | 24.66 | - |
| YUV | 130.11 | 128.5 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 131 | 0.01 | 0.01 | 0 | 0.49 | 240 | 0 | 0.51 |
| Hex | 82 | 82 | 83 | 1 | 1 | 0 | 31 | F0 | 0 | 33 |
| Octal | 202 | 202 | 203 | 1 | 1 | 0 | 61 | 360 | 0 | 63 |
| Binary | 10000010 | 10000010 | 10000011 | 1 | 1 | 0 | 110001 | 11110000 | 0 | 110011 |
Color Harmonies of #828283
Complementary color
Monochromatic Colors of #828283
Black with #828283
Text Example
Text Example
White with #828283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828283; }
p { color: rgb(130,130,131); }
H1.HeaderClassName
{
color: #828283;
}
.AnyTagClassName
{
color: #828283;
}
</style>
background-color css
<style>
a { background-color: #828283; }
a { background-color: rgb(130,130,131); }
div.DivClassName
{
background-color: #828283;
}
.BgClassName
{
background-color: #828283;
}
</style>
border-color css
<style>
span { border-color: #828283; }
span { border-color: rgb(130,130,131); }
td.TdClassName
{
border-color: #828283;
}
.TagClassName
{
border-color: #828283;
}
</style>