Shades of Old Lavender #807880
Tints of Old Lavender #807880
RGB
CMYK
RGB Variations
Color information
#807880 (or 0x807880) is known color: Old Lavender. HEX triplet: 80, 78 and 80. RGB value is (128,120,128). Sum of RGB (Red+Green+Blue) = 128+120+128=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 128 - color contains mainly: red, blue. Hex color #807880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807880 is #7F877F. Grayscale: #7B7B7B. Windows color (decimal): -8357760 or 8419456. OLE color: 8419456.
HSL color Cylindrical-coordinate representation of color #807880: hue angle of 300º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #807880 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 120 | 128 | - |
| CMYK | 0 | 0.06 | 0 | 0.50 |
| HSL | 300º | 0.03% | 0.49% | - |
| HSV(B) | 300º | 0.06% | 0.5% | - |
| XYZ | 19.51 | 19.58 | 23.17 | - |
| YUV | 123.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 128 | 0 | 0.06 | 0 | 0.50 | 300 | 0.03 | 0.49 |
| Hex | 80 | 78 | 80 | 0 | 6 | 0 | 32 | 12C | 3 | 31 |
| Octal | 200 | 170 | 200 | 0 | 6 | 0 | 62 | 454 | 3 | 61 |
| Binary | 10000000 | 1111000 | 10000000 | 0 | 110 | 0 | 110010 | 100101100 | 11 | 110001 |
Color Harmonies of #807880
Complementary color
Monochromatic Colors of #807880
Black with #807880
Text Example
Text Example
White with #807880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807880; }
p { color: rgb(128,120,128); }
H1.HeaderClassName
{
color: #807880;
}
.AnyTagClassName
{
color: #807880;
}
</style>
background-color css
<style>
a { background-color: #807880; }
a { background-color: rgb(128,120,128); }
div.DivClassName
{
background-color: #807880;
}
.BgClassName
{
background-color: #807880;
}
</style>
border-color css
<style>
span { border-color: #807880; }
span { border-color: rgb(128,120,128); }
td.TdClassName
{
border-color: #807880;
}
.TagClassName
{
border-color: #807880;
}
</style>