Shades of Old Lavender #86657E
Tints of Old Lavender #86657E
RGB
CMYK
RGB Variations
Color information
#86657E (or 0x86657E) is known color: Old Lavender. HEX triplet: 86, 65 and 7E. RGB value is (134,101,126). Sum of RGB (Red+Green+Blue) = 134+101+126=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 134 - color contains mainly: red. Hex color #86657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86657E is #799A81. Grayscale: #717171. Windows color (decimal): -7969410 or 8283526. OLE color: 8283526.
HSL color Cylindrical-coordinate representation of color #86657E: hue angle of 314.55º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86657E is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 101 | 126 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.47 |
| HSL | 314.55º | 0.14% | 0.46% | - |
| HSV(B) | 314.55º | 0.25% | 0.53% | - |
| XYZ | 18.25 | 15.88 | 21.84 | - |
| YUV | 113.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 101 | 126 | 0 | 0.25 | 0.06 | 0.47 | 314.55 | 0.14 | 0.46 |
| Hex | 86 | 65 | 7E | 0 | 19 | 6 | 2F | 13B | E | 2E |
| Octal | 206 | 145 | 176 | 0 | 31 | 6 | 57 | 473 | 16 | 56 |
| Binary | 10000110 | 1100101 | 1111110 | 0 | 11001 | 110 | 101111 | 100111011 | 1110 | 101110 |
Color Harmonies of #86657E
Complementary color
Monochromatic Colors of #86657E
Black with #86657E
Text Example
Text Example
White with #86657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86657E; }
p { color: rgb(134,101,126); }
H1.HeaderClassName
{
color: #86657E;
}
.AnyTagClassName
{
color: #86657E;
}
</style>
background-color css
<style>
a { background-color: #86657E; }
a { background-color: rgb(134,101,126); }
div.DivClassName
{
background-color: #86657E;
}
.BgClassName
{
background-color: #86657E;
}
</style>
border-color css
<style>
span { border-color: #86657E; }
span { border-color: rgb(134,101,126); }
td.TdClassName
{
border-color: #86657E;
}
.TagClassName
{
border-color: #86657E;
}
</style>