Shades of Old Lavender #82687E
Tints of Old Lavender #82687E
RGB
CMYK
RGB Variations
Color information
#82687E (or 0x82687E) is known color: Old Lavender. HEX triplet: 82, 68 and 7E. RGB value is (130,104,126). Sum of RGB (Red+Green+Blue) = 130+104+126=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 130 - color contains mainly: red. Hex color #82687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82687E is #7D9781. Grayscale: #727272. Windows color (decimal): -8230786 or 8284290. OLE color: 8284290.
HSL color Cylindrical-coordinate representation of color #82687E: hue angle of 309.23º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #82687E is Cyan = 0, Magento = 0.2, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 104 | 126 | - |
| CMYK | 0 | 0.2 | 0.03 | 0.49 |
| HSL | 309.23º | 0.11% | 0.46% | - |
| HSV(B) | 309.23º | 0.2% | 0.51% | - |
| XYZ | 17.92 | 16.15 | 21.91 | - |
| YUV | 114.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 104 | 126 | 0 | 0.2 | 0.03 | 0.49 | 309.23 | 0.11 | 0.46 |
| Hex | 82 | 68 | 7E | 0 | 14 | 3 | 31 | 135 | B | 2E |
| Octal | 202 | 150 | 176 | 0 | 24 | 3 | 61 | 465 | 13 | 56 |
| Binary | 10000010 | 1101000 | 1111110 | 0 | 10100 | 11 | 110001 | 100110101 | 1011 | 101110 |
Color Harmonies of #82687E
Complementary color
Monochromatic Colors of #82687E
Black with #82687E
Text Example
Text Example
White with #82687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82687E; }
p { color: rgb(130,104,126); }
H1.HeaderClassName
{
color: #82687E;
}
.AnyTagClassName
{
color: #82687E;
}
</style>
background-color css
<style>
a { background-color: #82687E; }
a { background-color: rgb(130,104,126); }
div.DivClassName
{
background-color: #82687E;
}
.BgClassName
{
background-color: #82687E;
}
</style>
border-color css
<style>
span { border-color: #82687E; }
span { border-color: rgb(130,104,126); }
td.TdClassName
{
border-color: #82687E;
}
.TagClassName
{
border-color: #82687E;
}
</style>