Shades of Trendy Pink #865887
Tints of Trendy Pink #865887
RGB
CMYK
RGB Variations
Color information
#865887 (or 0x865887) is known color: Trendy Pink. HEX triplet: 86, 58 and 87. RGB value is (134,88,135). Sum of RGB (Red+Green+Blue) = 134+88+135=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 135 - color contains mainly: blue. Hex color #865887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865887 is #79A778. Grayscale: #6A6A6A. Windows color (decimal): -7972729 or 8870022. OLE color: 8870022.
HSL color Cylindrical-coordinate representation of color #865887: hue angle of 298.72º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #865887 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 88 | 135 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.47 |
| HSL | 298.72º | 0.21% | 0.44% | - |
| HSV(B) | 298.72º | 0.35% | 0.53% | - |
| XYZ | 17.69 | 13.8 | 24.65 | - |
| YUV | 107.11 | 143.74 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 88 | 135 | 0.01 | 0.35 | 0 | 0.47 | 298.72 | 0.21 | 0.44 |
| Hex | 86 | 58 | 87 | 1 | 23 | 0 | 2F | 12B | 15 | 2C |
| Octal | 206 | 130 | 207 | 1 | 43 | 0 | 57 | 453 | 25 | 54 |
| Binary | 10000110 | 1011000 | 10000111 | 1 | 100011 | 0 | 101111 | 100101011 | 10101 | 101100 |
Color Harmonies of #865887
Complementary color
Monochromatic Colors of #865887
Black with #865887
Text Example
Text Example
White with #865887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865887; }
p { color: rgb(134,88,135); }
H1.HeaderClassName
{
color: #865887;
}
.AnyTagClassName
{
color: #865887;
}
</style>
background-color css
<style>
a { background-color: #865887; }
a { background-color: rgb(134,88,135); }
div.DivClassName
{
background-color: #865887;
}
.BgClassName
{
background-color: #865887;
}
</style>
border-color css
<style>
span { border-color: #865887; }
span { border-color: rgb(134,88,135); }
td.TdClassName
{
border-color: #865887;
}
.TagClassName
{
border-color: #865887;
}
</style>