Shades of Monsoon #828082
Tints of Monsoon #828082
RGB
CMYK
RGB Variations
Color information
#828082 (or 0x828082) is known color: Monsoon. HEX triplet: 82, 80 and 82. RGB value is (130,128,130). Sum of RGB (Red+Green+Blue) = 130+128+130=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #828082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828082 is #7D7F7D. Grayscale: #808080. Windows color (decimal): -8224638 or 8552578. OLE color: 8552578.
HSL color Cylindrical-coordinate representation of color #828082: hue angle of 300º degrees, saturation: 0.01, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #828082 is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
RGB | 130 | 128 | 130 | - |
CMYK | 0 | 0.02 | 0 | 0.49 |
HSL | 300º | 0.01% | 0.51% | - |
HSV(B) | 300º | 0.02% | 0.51% | - |
XYZ | 20.95 | 21.8 | 24.22 | - |
YUV | 128.83 | 128.66 | 128.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 130 | 128 | 130 | 0 | 0.02 | 0 | 0.49 | 300 | 0.01 | 0.51 |
Hex | 82 | 80 | 82 | 0 | 2 | 0 | 31 | 12C | 1 | 33 |
Octal | 202 | 200 | 202 | 0 | 2 | 0 | 61 | 454 | 1 | 63 |
Binary | 10000010 | 10000000 | 10000010 | 0 | 10 | 0 | 110001 | 100101100 | 1 | 110011 |
Color Harmonies of #828082
Complementary color
Monochromatic Colors of #828082
Black with #828082
Text Example
Text Example
White with #828082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828082; }
p { color: rgb(130,128,130); }
H1.HeaderClassName
{
color: #828082;
}
.AnyTagClassName
{
color: #828082;
}
</style>
background-color css
<style>
a { background-color: #828082; }
a { background-color: rgb(130,128,130); }
div.DivClassName
{
background-color: #828082;
}
.BgClassName
{
background-color: #828082;
}
</style>
border-color css
<style>
span { border-color: #828082; }
span { border-color: rgb(130,128,130); }
td.TdClassName
{
border-color: #828082;
}
.TagClassName
{
border-color: #828082;
}
</style>