Shades of Old Lavender #82677E
Tints of Old Lavender #82677E
RGB
CMYK
RGB Variations
Color information
#82677E (or 0x82677E) is known color: Old Lavender. HEX triplet: 82, 67 and 7E. RGB value is (130,103,126). Sum of RGB (Red+Green+Blue) = 130+103+126=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 130 - color contains mainly: red. Hex color #82677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82677E is #7D9881. Grayscale: #717171. Windows color (decimal): -8231042 or 8284034. OLE color: 8284034.
HSL color Cylindrical-coordinate representation of color #82677E: hue angle of 308.89º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #82677E is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 103 | 126 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.49 |
| HSL | 308.89º | 0.12% | 0.46% | - |
| HSV(B) | 308.89º | 0.21% | 0.51% | - |
| XYZ | 17.82 | 15.95 | 21.88 | - |
| YUV | 113.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 103 | 126 | 0 | 0.21 | 0.03 | 0.49 | 308.89 | 0.12 | 0.46 |
| Hex | 82 | 67 | 7E | 0 | 15 | 3 | 31 | 135 | C | 2E |
| Octal | 202 | 147 | 176 | 0 | 25 | 3 | 61 | 465 | 14 | 56 |
| Binary | 10000010 | 1100111 | 1111110 | 0 | 10101 | 11 | 110001 | 100110101 | 1100 | 101110 |
Color Harmonies of #82677E
Complementary color
Monochromatic Colors of #82677E
Black with #82677E
Text Example
Text Example
White with #82677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82677E; }
p { color: rgb(130,103,126); }
H1.HeaderClassName
{
color: #82677E;
}
.AnyTagClassName
{
color: #82677E;
}
</style>
background-color css
<style>
a { background-color: #82677E; }
a { background-color: rgb(130,103,126); }
div.DivClassName
{
background-color: #82677E;
}
.BgClassName
{
background-color: #82677E;
}
</style>
border-color css
<style>
span { border-color: #82677E; }
span { border-color: rgb(130,103,126); }
td.TdClassName
{
border-color: #82677E;
}
.TagClassName
{
border-color: #82677E;
}
</style>