Shades of Trendy Pink #874B82
Tints of Trendy Pink #874B82
RGB
CMYK
RGB Variations
Color information
#874B82 (or 0x874B82) is known color: Trendy Pink. HEX triplet: 87, 4B and 82. RGB value is (135,75,130). Sum of RGB (Red+Green+Blue) = 135+75+130=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 135 - color contains mainly: red. Hex color #874B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874B82 is #78B47D. Grayscale: #636363. Windows color (decimal): -7910526 or 8539015. OLE color: 8539015.
HSL color Cylindrical-coordinate representation of color #874B82: hue angle of 305º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #874B82 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 75 | 130 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.47 |
| HSL | 305º | 0.29% | 0.41% | - |
| HSV(B) | 305º | 0.44% | 0.53% | - |
| XYZ | 16.54 | 11.79 | 22.52 | - |
| YUV | 99.21 | 145.38 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 75 | 130 | 0 | 0.44 | 0.04 | 0.47 | 305 | 0.29 | 0.41 |
| Hex | 87 | 4B | 82 | 0 | 2C | 4 | 2F | 131 | 1D | 29 |
| Octal | 207 | 113 | 202 | 0 | 54 | 4 | 57 | 461 | 35 | 51 |
| Binary | 10000111 | 1001011 | 10000010 | 0 | 101100 | 100 | 101111 | 100110001 | 11101 | 101001 |
Color Harmonies of #874B82
Complementary color
Monochromatic Colors of #874B82
Black with #874B82
Text Example
Text Example
White with #874B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874B82; }
p { color: rgb(135,75,130); }
H1.HeaderClassName
{
color: #874B82;
}
.AnyTagClassName
{
color: #874B82;
}
</style>
background-color css
<style>
a { background-color: #874B82; }
a { background-color: rgb(135,75,130); }
div.DivClassName
{
background-color: #874B82;
}
.BgClassName
{
background-color: #874B82;
}
</style>
border-color css
<style>
span { border-color: #874B82; }
span { border-color: rgb(135,75,130); }
td.TdClassName
{
border-color: #874B82;
}
.TagClassName
{
border-color: #874B82;
}
</style>