Shades of Old Lavender #87657F
Tints of Old Lavender #87657F
RGB
CMYK
RGB Variations
Color information
#87657F (or 0x87657F) is known color: Old Lavender. HEX triplet: 87, 65 and 7F. RGB value is (135,101,127). Sum of RGB (Red+Green+Blue) = 135+101+127=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #87657F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87657F is #789A80. Grayscale: #727272. Windows color (decimal): -7903873 or 8349063. OLE color: 8349063.
HSL color Cylindrical-coordinate representation of color #87657F: hue angle of 314.12º 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 #87657F is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 101 | 127 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.47 |
| HSL | 314.12º | 0.14% | 0.46% | - |
| HSV(B) | 314.12º | 0.25% | 0.53% | - |
| XYZ | 18.48 | 15.99 | 22.19 | - |
| YUV | 114.13 | 135.26 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 101 | 127 | 0 | 0.25 | 0.06 | 0.47 | 314.12 | 0.14 | 0.46 |
| Hex | 87 | 65 | 7F | 0 | 19 | 6 | 2F | 13A | E | 2E |
| Octal | 207 | 145 | 177 | 0 | 31 | 6 | 57 | 472 | 16 | 56 |
| Binary | 10000111 | 1100101 | 1111111 | 0 | 11001 | 110 | 101111 | 100111010 | 1110 | 101110 |
Color Harmonies of #87657F
Complementary color
Monochromatic Colors of #87657F
Black with #87657F
Text Example
Text Example
White with #87657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87657F; }
p { color: rgb(135,101,127); }
H1.HeaderClassName
{
color: #87657F;
}
.AnyTagClassName
{
color: #87657F;
}
</style>
background-color css
<style>
a { background-color: #87657F; }
a { background-color: rgb(135,101,127); }
div.DivClassName
{
background-color: #87657F;
}
.BgClassName
{
background-color: #87657F;
}
</style>
border-color css
<style>
span { border-color: #87657F; }
span { border-color: rgb(135,101,127); }
td.TdClassName
{
border-color: #87657F;
}
.TagClassName
{
border-color: #87657F;
}
</style>