Shades of Trendy Pink #874E8E
Tints of Trendy Pink #874E8E
RGB
CMYK
RGB Variations
Color information
#874E8E (or 0x874E8E) is known color: Trendy Pink. HEX triplet: 87, 4E and 8E. RGB value is (135,78,142). Sum of RGB (Red+Green+Blue) = 135+78+142=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: blue. Hex color #874E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874E8E is #78B171. Grayscale: #666666. Windows color (decimal): -7909746 or 9326215. OLE color: 9326215.
HSL color Cylindrical-coordinate representation of color #874E8E: hue angle of 293.44º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #874E8E is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 78 | 142 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.44 |
| HSL | 293.44º | 0.29% | 0.43% | - |
| HSV(B) | 293.44º | 0.45% | 0.56% | - |
| XYZ | 17.6 | 12.55 | 27.09 | - |
| YUV | 102.34 | 150.38 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 78 | 142 | 0.05 | 0.45 | 0 | 0.44 | 293.44 | 0.29 | 0.43 |
| Hex | 87 | 4E | 8E | 5 | 2D | 0 | 2C | 125 | 1D | 2B |
| Octal | 207 | 116 | 216 | 5 | 55 | 0 | 54 | 445 | 35 | 53 |
| Binary | 10000111 | 1001110 | 10001110 | 101 | 101101 | 0 | 101100 | 100100101 | 11101 | 101011 |
Color Harmonies of #874E8E
Complementary color
Monochromatic Colors of #874E8E
Black with #874E8E
Text Example
Text Example
White with #874E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874E8E; }
p { color: rgb(135,78,142); }
H1.HeaderClassName
{
color: #874E8E;
}
.AnyTagClassName
{
color: #874E8E;
}
</style>
background-color css
<style>
a { background-color: #874E8E; }
a { background-color: rgb(135,78,142); }
div.DivClassName
{
background-color: #874E8E;
}
.BgClassName
{
background-color: #874E8E;
}
</style>
border-color css
<style>
span { border-color: #874E8E; }
span { border-color: rgb(135,78,142); }
td.TdClassName
{
border-color: #874E8E;
}
.TagClassName
{
border-color: #874E8E;
}
</style>