Shades of Trendy Pink #876890
Tints of Trendy Pink #876890
RGB
CMYK
RGB Variations
Color information
#876890 (or 0x876890) is known color: Trendy Pink. HEX triplet: 87, 68 and 90. RGB value is (135,104,144). Sum of RGB (Red+Green+Blue) = 135+104+144=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 144 - color contains mainly: blue. Hex color #876890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876890 is #78976F. Grayscale: #757575. Windows color (decimal): -7903088 or 9463943. OLE color: 9463943.
HSL color Cylindrical-coordinate representation of color #876890: hue angle of 286.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #876890 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 104 | 144 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.44 |
| HSL | 286.5º | 0.16% | 0.49% | - |
| HSV(B) | 286.5º | 0.28% | 0.56% | - |
| XYZ | 19.98 | 17.07 | 28.63 | - |
| YUV | 117.83 | 142.77 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 104 | 144 | 0.06 | 0.28 | 0 | 0.44 | 286.5 | 0.16 | 0.49 |
| Hex | 87 | 68 | 90 | 6 | 1C | 0 | 2C | 11E | 10 | 31 |
| Octal | 207 | 150 | 220 | 6 | 34 | 0 | 54 | 436 | 20 | 61 |
| Binary | 10000111 | 1101000 | 10010000 | 110 | 11100 | 0 | 101100 | 100011110 | 10000 | 110001 |
Color Harmonies of #876890
Complementary color
Monochromatic Colors of #876890
Black with #876890
Text Example
Text Example
White with #876890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876890; }
p { color: rgb(135,104,144); }
H1.HeaderClassName
{
color: #876890;
}
.AnyTagClassName
{
color: #876890;
}
</style>
background-color css
<style>
a { background-color: #876890; }
a { background-color: rgb(135,104,144); }
div.DivClassName
{
background-color: #876890;
}
.BgClassName
{
background-color: #876890;
}
</style>
border-color css
<style>
span { border-color: #876890; }
span { border-color: rgb(135,104,144); }
td.TdClassName
{
border-color: #876890;
}
.TagClassName
{
border-color: #876890;
}
</style>