Shades of Old Lavender #837A84
Tints of Old Lavender #837A84
RGB
CMYK
RGB Variations
Color information
#837A84 (or 0x837A84) is known color: Old Lavender. HEX triplet: 83, 7A and 84. RGB value is (131,122,132). Sum of RGB (Red+Green+Blue) = 131+122+132=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 132 - color contains mainly: blue. Hex color #837A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837A84 is #7C857B. Grayscale: #7D7D7D. Windows color (decimal): -8160636 or 8682115. OLE color: 8682115.
HSL color Cylindrical-coordinate representation of color #837A84: hue angle of 294º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #837A84 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 122 | 132 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.48 |
| HSL | 294º | 0.04% | 0.5% | - |
| HSV(B) | 294º | 0.08% | 0.52% | - |
| XYZ | 20.48 | 20.41 | 24.69 | - |
| YUV | 125.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 122 | 132 | 0.01 | 0.08 | 0 | 0.48 | 294 | 0.04 | 0.5 |
| Hex | 83 | 7A | 84 | 1 | 8 | 0 | 30 | 126 | 4 | 32 |
| Octal | 203 | 172 | 204 | 1 | 10 | 0 | 60 | 446 | 4 | 62 |
| Binary | 10000011 | 1111010 | 10000100 | 1 | 1000 | 0 | 110000 | 100100110 | 100 | 110010 |
Color Harmonies of #837A84
Complementary color
Monochromatic Colors of #837A84
Black with #837A84
Text Example
Text Example
White with #837A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837A84; }
p { color: rgb(131,122,132); }
H1.HeaderClassName
{
color: #837A84;
}
.AnyTagClassName
{
color: #837A84;
}
</style>
background-color css
<style>
a { background-color: #837A84; }
a { background-color: rgb(131,122,132); }
div.DivClassName
{
background-color: #837A84;
}
.BgClassName
{
background-color: #837A84;
}
</style>
border-color css
<style>
span { border-color: #837A84; }
span { border-color: rgb(131,122,132); }
td.TdClassName
{
border-color: #837A84;
}
.TagClassName
{
border-color: #837A84;
}
</style>