Shades of Old Lavender #806A7E
Tints of Old Lavender #806A7E
RGB
CMYK
RGB Variations
Color information
#806A7E (or 0x806A7E) is known color: Old Lavender. HEX triplet: 80, 6A and 7E. RGB value is (128,106,126). Sum of RGB (Red+Green+Blue) = 128+106+126=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 128 - color contains mainly: red. Hex color #806A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806A7E is #7F9581. Grayscale: #727272. Windows color (decimal): -8361346 or 8284800. OLE color: 8284800.
HSL color Cylindrical-coordinate representation of color #806A7E: hue angle of 305.45º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #806A7E is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 106 | 126 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.50 |
| HSL | 305.45º | 0.09% | 0.46% | - |
| HSV(B) | 305.45º | 0.17% | 0.5% | - |
| XYZ | 17.82 | 16.4 | 21.97 | - |
| YUV | 114.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 106 | 126 | 0 | 0.17 | 0.02 | 0.50 | 305.45 | 0.09 | 0.46 |
| Hex | 80 | 6A | 7E | 0 | 11 | 2 | 32 | 131 | 9 | 2E |
| Octal | 200 | 152 | 176 | 0 | 21 | 2 | 62 | 461 | 11 | 56 |
| Binary | 10000000 | 1101010 | 1111110 | 0 | 10001 | 10 | 110010 | 100110001 | 1001 | 101110 |
Color Harmonies of #806A7E
Complementary color
Monochromatic Colors of #806A7E
Black with #806A7E
Text Example
Text Example
White with #806A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806A7E; }
p { color: rgb(128,106,126); }
H1.HeaderClassName
{
color: #806A7E;
}
.AnyTagClassName
{
color: #806A7E;
}
</style>
background-color css
<style>
a { background-color: #806A7E; }
a { background-color: rgb(128,106,126); }
div.DivClassName
{
background-color: #806A7E;
}
.BgClassName
{
background-color: #806A7E;
}
</style>
border-color css
<style>
span { border-color: #806A7E; }
span { border-color: rgb(128,106,126); }
td.TdClassName
{
border-color: #806A7E;
}
.TagClassName
{
border-color: #806A7E;
}
</style>