Shades of Trendy Pink #874682
Tints of Trendy Pink #874682
RGB
CMYK
RGB Variations
Color information
#874682 (or 0x874682) is known color: Trendy Pink. HEX triplet: 87, 46 and 82. RGB value is (135,70,130). Sum of RGB (Red+Green+Blue) = 135+70+130=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #874682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874682 is #78B97D. Grayscale: #606060. Windows color (decimal): -7911806 or 8537735. OLE color: 8537735.
HSL color Cylindrical-coordinate representation of color #874682: hue angle of 304.62º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #874682 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 70 | 130 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.47 |
| HSL | 304.62º | 0.32% | 0.4% | - |
| HSV(B) | 304.62º | 0.48% | 0.53% | - |
| XYZ | 16.21 | 11.14 | 22.42 | - |
| YUV | 96.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 70 | 130 | 0 | 0.48 | 0.04 | 0.47 | 304.62 | 0.32 | 0.4 |
| Hex | 87 | 46 | 82 | 0 | 30 | 4 | 2F | 131 | 20 | 28 |
| Octal | 207 | 106 | 202 | 0 | 60 | 4 | 57 | 461 | 40 | 50 |
| Binary | 10000111 | 1000110 | 10000010 | 0 | 110000 | 100 | 101111 | 100110001 | 100000 | 101000 |
Color Harmonies of #874682
Complementary color
Monochromatic Colors of #874682
Black with #874682
Text Example
Text Example
White with #874682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874682; }
p { color: rgb(135,70,130); }
H1.HeaderClassName
{
color: #874682;
}
.AnyTagClassName
{
color: #874682;
}
</style>
background-color css
<style>
a { background-color: #874682; }
a { background-color: rgb(135,70,130); }
div.DivClassName
{
background-color: #874682;
}
.BgClassName
{
background-color: #874682;
}
</style>
border-color css
<style>
span { border-color: #874682; }
span { border-color: rgb(135,70,130); }
td.TdClassName
{
border-color: #874682;
}
.TagClassName
{
border-color: #874682;
}
</style>