Shades of Old Lavender #80687E
Tints of Old Lavender #80687E
RGB
CMYK
RGB Variations
Color information
#80687E (or 0x80687E) is known color: Old Lavender. HEX triplet: 80, 68 and 7E. RGB value is (128,104,126). Sum of RGB (Red+Green+Blue) = 128+104+126=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 128 - color contains mainly: red. Hex color #80687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80687E is #7F9781. Grayscale: #717171. Windows color (decimal): -8361858 or 8284288. OLE color: 8284288.
HSL color Cylindrical-coordinate representation of color #80687E: hue angle of 305º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #80687E is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 104 | 126 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.50 |
| HSL | 305º | 0.1% | 0.45% | - |
| HSV(B) | 305º | 0.19% | 0.5% | - |
| XYZ | 17.62 | 16 | 21.9 | - |
| YUV | 113.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 104 | 126 | 0 | 0.19 | 0.02 | 0.50 | 305 | 0.1 | 0.45 |
| Hex | 80 | 68 | 7E | 0 | 13 | 2 | 32 | 131 | A | 2D |
| Octal | 200 | 150 | 176 | 0 | 23 | 2 | 62 | 461 | 12 | 55 |
| Binary | 10000000 | 1101000 | 1111110 | 0 | 10011 | 10 | 110010 | 100110001 | 1010 | 101101 |
Color Harmonies of #80687E
Complementary color
Monochromatic Colors of #80687E
Black with #80687E
Text Example
Text Example
White with #80687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80687E; }
p { color: rgb(128,104,126); }
H1.HeaderClassName
{
color: #80687E;
}
.AnyTagClassName
{
color: #80687E;
}
</style>
background-color css
<style>
a { background-color: #80687E; }
a { background-color: rgb(128,104,126); }
div.DivClassName
{
background-color: #80687E;
}
.BgClassName
{
background-color: #80687E;
}
</style>
border-color css
<style>
span { border-color: #80687E; }
span { border-color: rgb(128,104,126); }
td.TdClassName
{
border-color: #80687E;
}
.TagClassName
{
border-color: #80687E;
}
</style>