Shades of Old Lavender #80677D
Tints of Old Lavender #80677D
RGB
CMYK
RGB Variations
Color information
#80677D (or 0x80677D) is known color: Old Lavender. HEX triplet: 80, 67 and 7D. RGB value is (128,103,125). Sum of RGB (Red+Green+Blue) = 128+103+125=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 128 - color contains mainly: red. Hex color #80677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80677D is #7F9882. Grayscale: #707070. Windows color (decimal): -8362115 or 8218496. OLE color: 8218496.
HSL color Cylindrical-coordinate representation of color #80677D: hue angle of 307.2º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #80677D is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 103 | 125 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.50 |
| HSL | 307.2º | 0.11% | 0.45% | - |
| HSV(B) | 307.2º | 0.2% | 0.5% | - |
| XYZ | 17.45 | 15.77 | 21.53 | - |
| YUV | 112.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 125 | 0 | 0.20 | 0.02 | 0.50 | 307.2 | 0.11 | 0.45 |
| Hex | 80 | 67 | 7D | 0 | 14 | 2 | 32 | 133 | B | 2D |
| Octal | 200 | 147 | 175 | 0 | 24 | 2 | 62 | 463 | 13 | 55 |
| Binary | 10000000 | 1100111 | 1111101 | 0 | 10100 | 10 | 110010 | 100110011 | 1011 | 101101 |
Color Harmonies of #80677D
Complementary color
Monochromatic Colors of #80677D
Black with #80677D
Text Example
Text Example
White with #80677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80677D; }
p { color: rgb(128,103,125); }
H1.HeaderClassName
{
color: #80677D;
}
.AnyTagClassName
{
color: #80677D;
}
</style>
background-color css
<style>
a { background-color: #80677D; }
a { background-color: rgb(128,103,125); }
div.DivClassName
{
background-color: #80677D;
}
.BgClassName
{
background-color: #80677D;
}
</style>
border-color css
<style>
span { border-color: #80677D; }
span { border-color: rgb(128,103,125); }
td.TdClassName
{
border-color: #80677D;
}
.TagClassName
{
border-color: #80677D;
}
</style>