Shades of Monsoon #826A7D
Tints of Monsoon #826A7D
RGB
CMYK
RGB Variations
Color information
#826A7D (or 0x826A7D) is known color: Monsoon. HEX triplet: 82, 6A and 7D. RGB value is (130,106,125). Sum of RGB (Red+Green+Blue) = 130+106+125=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 130 - color contains mainly: red. Hex color #826A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A7D is #7D9582. Grayscale: #737373. Windows color (decimal): -8230275 or 8219266. OLE color: 8219266.
HSL color Cylindrical-coordinate representation of color #826A7D: hue angle of 312.5º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #826A7D is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 106 | 125 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.49 |
| HSL | 312.5º | 0.1% | 0.46% | - |
| HSV(B) | 312.5º | 0.18% | 0.51% | - |
| XYZ | 18.06 | 16.53 | 21.64 | - |
| YUV | 115.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 125 | 0 | 0.18 | 0.04 | 0.49 | 312.5 | 0.1 | 0.46 |
| Hex | 82 | 6A | 7D | 0 | 12 | 4 | 31 | 138 | A | 2E |
| Octal | 202 | 152 | 175 | 0 | 22 | 4 | 61 | 470 | 12 | 56 |
| Binary | 10000010 | 1101010 | 1111101 | 0 | 10010 | 100 | 110001 | 100111000 | 1010 | 101110 |
Color Harmonies of #826A7D
Complementary color
Monochromatic Colors of #826A7D
Black with #826A7D
Text Example
Text Example
White with #826A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A7D; }
p { color: rgb(130,106,125); }
H1.HeaderClassName
{
color: #826A7D;
}
.AnyTagClassName
{
color: #826A7D;
}
</style>
background-color css
<style>
a { background-color: #826A7D; }
a { background-color: rgb(130,106,125); }
div.DivClassName
{
background-color: #826A7D;
}
.BgClassName
{
background-color: #826A7D;
}
</style>
border-color css
<style>
span { border-color: #826A7D; }
span { border-color: rgb(130,106,125); }
td.TdClassName
{
border-color: #826A7D;
}
.TagClassName
{
border-color: #826A7D;
}
</style>