Shades of Monsoon #826E7B
Tints of Monsoon #826E7B
RGB
CMYK
RGB Variations
Color information
#826E7B (or 0x826E7B) is known color: Monsoon. HEX triplet: 82, 6E and 7B. RGB value is (130,110,123). Sum of RGB (Red+Green+Blue) = 130+110+123=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 130 - color contains mainly: red. Hex color #826E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E7B is #7D9184. Grayscale: #757575. Windows color (decimal): -8229253 or 8089218. OLE color: 8089218.
HSL color Cylindrical-coordinate representation of color #826E7B: hue angle of 321º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #826E7B is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 110 | 123 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.49 |
| HSL | 321º | 0.08% | 0.47% | - |
| HSV(B) | 321º | 0.15% | 0.51% | - |
| XYZ | 18.36 | 17.33 | 21.12 | - |
| YUV | 117.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 123 | 0 | 0.15 | 0.05 | 0.49 | 321 | 0.08 | 0.47 |
| Hex | 82 | 6E | 7B | 0 | F | 5 | 31 | 141 | 8 | 2F |
| Octal | 202 | 156 | 173 | 0 | 17 | 5 | 61 | 501 | 10 | 57 |
| Binary | 10000010 | 1101110 | 1111011 | 0 | 1111 | 101 | 110001 | 101000001 | 1000 | 101111 |
Color Harmonies of #826E7B
Complementary color
Monochromatic Colors of #826E7B
Black with #826E7B
Text Example
Text Example
White with #826E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826E7B; }
p { color: rgb(130,110,123); }
H1.HeaderClassName
{
color: #826E7B;
}
.AnyTagClassName
{
color: #826E7B;
}
</style>
background-color css
<style>
a { background-color: #826E7B; }
a { background-color: rgb(130,110,123); }
div.DivClassName
{
background-color: #826E7B;
}
.BgClassName
{
background-color: #826E7B;
}
</style>
border-color css
<style>
span { border-color: #826E7B; }
span { border-color: rgb(130,110,123); }
td.TdClassName
{
border-color: #826E7B;
}
.TagClassName
{
border-color: #826E7B;
}
</style>