Shades of Trendy Pink #876790
Tints of Trendy Pink #876790
RGB
CMYK
RGB Variations
Color information
#876790 (or 0x876790) is known color: Trendy Pink. HEX triplet: 87, 67 and 90. RGB value is (135,103,144). Sum of RGB (Red+Green+Blue) = 135+103+144=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 144 - color contains mainly: blue. Hex color #876790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876790 is #78986F. Grayscale: #757575. Windows color (decimal): -7903344 or 9463687. OLE color: 9463687.
HSL color Cylindrical-coordinate representation of color #876790: hue angle of 286.83º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #876790 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 103 | 144 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.44 |
| HSL | 286.83º | 0.17% | 0.48% | - |
| HSV(B) | 286.83º | 0.28% | 0.56% | - |
| XYZ | 19.88 | 16.87 | 28.59 | - |
| YUV | 117.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 103 | 144 | 0.06 | 0.28 | 0 | 0.44 | 286.83 | 0.17 | 0.48 |
| Hex | 87 | 67 | 90 | 6 | 1C | 0 | 2C | 11F | 11 | 30 |
| Octal | 207 | 147 | 220 | 6 | 34 | 0 | 54 | 437 | 21 | 60 |
| Binary | 10000111 | 1100111 | 10010000 | 110 | 11100 | 0 | 101100 | 100011111 | 10001 | 110000 |
Color Harmonies of #876790
Complementary color
Monochromatic Colors of #876790
Black with #876790
Text Example
Text Example
White with #876790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876790; }
p { color: rgb(135,103,144); }
H1.HeaderClassName
{
color: #876790;
}
.AnyTagClassName
{
color: #876790;
}
</style>
background-color css
<style>
a { background-color: #876790; }
a { background-color: rgb(135,103,144); }
div.DivClassName
{
background-color: #876790;
}
.BgClassName
{
background-color: #876790;
}
</style>
border-color css
<style>
span { border-color: #876790; }
span { border-color: rgb(135,103,144); }
td.TdClassName
{
border-color: #876790;
}
.TagClassName
{
border-color: #876790;
}
</style>