Shades of Trendy Pink #874B88
Tints of Trendy Pink #874B88
RGB
CMYK
RGB Variations
Color information
#874B88 (or 0x874B88) is known color: Trendy Pink. HEX triplet: 87, 4B and 88. RGB value is (135,75,136). Sum of RGB (Red+Green+Blue) = 135+75+136=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 136 - color contains mainly: blue. Hex color #874B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874B88 is #78B477. Grayscale: #636363. Windows color (decimal): -7910520 or 8932231. OLE color: 8932231.
HSL color Cylindrical-coordinate representation of color #874B88: hue angle of 299.02º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #874B88 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 75 | 136 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.47 |
| HSL | 299.02º | 0.29% | 0.41% | - |
| HSV(B) | 299.02º | 0.45% | 0.53% | - |
| XYZ | 16.95 | 11.96 | 24.71 | - |
| YUV | 99.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 75 | 136 | 0.01 | 0.45 | 0 | 0.47 | 299.02 | 0.29 | 0.41 |
| Hex | 87 | 4B | 88 | 1 | 2D | 0 | 2F | 12B | 1D | 29 |
| Octal | 207 | 113 | 210 | 1 | 55 | 0 | 57 | 453 | 35 | 51 |
| Binary | 10000111 | 1001011 | 10001000 | 1 | 101101 | 0 | 101111 | 100101011 | 11101 | 101001 |
Color Harmonies of #874B88
Complementary color
Monochromatic Colors of #874B88
Black with #874B88
Text Example
Text Example
White with #874B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874B88; }
p { color: rgb(135,75,136); }
H1.HeaderClassName
{
color: #874B88;
}
.AnyTagClassName
{
color: #874B88;
}
</style>
background-color css
<style>
a { background-color: #874B88; }
a { background-color: rgb(135,75,136); }
div.DivClassName
{
background-color: #874B88;
}
.BgClassName
{
background-color: #874B88;
}
</style>
border-color css
<style>
span { border-color: #874B88; }
span { border-color: rgb(135,75,136); }
td.TdClassName
{
border-color: #874B88;
}
.TagClassName
{
border-color: #874B88;
}
</style>