Shades of Trendy Pink #876488
Tints of Trendy Pink #876488
RGB
CMYK
RGB Variations
Color information
#876488 (or 0x876488) is known color: Trendy Pink. HEX triplet: 87, 64 and 88. RGB value is (135,100,136). Sum of RGB (Red+Green+Blue) = 135+100+136=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 136 - color contains mainly: blue. Hex color #876488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876488 is #789B77. Grayscale: #727272. Windows color (decimal): -7904120 or 8938631. OLE color: 8938631.
HSL color Cylindrical-coordinate representation of color #876488: hue angle of 298.33º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #876488 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 100 | 136 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.47 |
| HSL | 298.33º | 0.15% | 0.46% | - |
| HSV(B) | 298.33º | 0.26% | 0.53% | - |
| XYZ | 18.99 | 16.04 | 25.39 | - |
| YUV | 114.57 | 140.1 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 100 | 136 | 0.01 | 0.26 | 0 | 0.47 | 298.33 | 0.15 | 0.46 |
| Hex | 87 | 64 | 88 | 1 | 1A | 0 | 2F | 12A | F | 2E |
| Octal | 207 | 144 | 210 | 1 | 32 | 0 | 57 | 452 | 17 | 56 |
| Binary | 10000111 | 1100100 | 10001000 | 1 | 11010 | 0 | 101111 | 100101010 | 1111 | 101110 |
Color Harmonies of #876488
Complementary color
Monochromatic Colors of #876488
Black with #876488
Text Example
Text Example
White with #876488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876488; }
p { color: rgb(135,100,136); }
H1.HeaderClassName
{
color: #876488;
}
.AnyTagClassName
{
color: #876488;
}
</style>
background-color css
<style>
a { background-color: #876488; }
a { background-color: rgb(135,100,136); }
div.DivClassName
{
background-color: #876488;
}
.BgClassName
{
background-color: #876488;
}
</style>
border-color css
<style>
span { border-color: #876488; }
span { border-color: rgb(135,100,136); }
td.TdClassName
{
border-color: #876488;
}
.TagClassName
{
border-color: #876488;
}
</style>