Shades of Trendy Pink #874E86
Tints of Trendy Pink #874E86
RGB
CMYK
RGB Variations
Color information
#874E86 (or 0x874E86) is known color: Trendy Pink. HEX triplet: 87, 4E and 86. RGB value is (135,78,134). Sum of RGB (Red+Green+Blue) = 135+78+134=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 135 - color contains mainly: red. Hex color #874E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874E86 is #78B179. Grayscale: #656565. Windows color (decimal): -7909754 or 8801927. OLE color: 8801927.
HSL color Cylindrical-coordinate representation of color #874E86: hue angle of 301.05º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #874E86 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 78 | 134 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.47 |
| HSL | 301.05º | 0.27% | 0.42% | - |
| HSV(B) | 301.05º | 0.42% | 0.53% | - |
| XYZ | 17.02 | 12.32 | 24.04 | - |
| YUV | 101.43 | 146.38 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 78 | 134 | 0 | 0.42 | 0.01 | 0.47 | 301.05 | 0.27 | 0.42 |
| Hex | 87 | 4E | 86 | 0 | 2A | 1 | 2F | 12D | 1B | 2A |
| Octal | 207 | 116 | 206 | 0 | 52 | 1 | 57 | 455 | 33 | 52 |
| Binary | 10000111 | 1001110 | 10000110 | 0 | 101010 | 1 | 101111 | 100101101 | 11011 | 101010 |
Color Harmonies of #874E86
Complementary color
Monochromatic Colors of #874E86
Black with #874E86
Text Example
Text Example
White with #874E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874E86; }
p { color: rgb(135,78,134); }
H1.HeaderClassName
{
color: #874E86;
}
.AnyTagClassName
{
color: #874E86;
}
</style>
background-color css
<style>
a { background-color: #874E86; }
a { background-color: rgb(135,78,134); }
div.DivClassName
{
background-color: #874E86;
}
.BgClassName
{
background-color: #874E86;
}
</style>
border-color css
<style>
span { border-color: #874E86; }
span { border-color: rgb(135,78,134); }
td.TdClassName
{
border-color: #874E86;
}
.TagClassName
{
border-color: #874E86;
}
</style>