Shades of Trendy Pink #876D8B
Tints of Trendy Pink #876D8B
RGB
CMYK
RGB Variations
Color information
#876D8B (or 0x876D8B) is known color: Trendy Pink. HEX triplet: 87, 6D and 8B. RGB value is (135,109,139). Sum of RGB (Red+Green+Blue) = 135+109+139=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 139 - color contains mainly: blue. Hex color #876D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876D8B is #789274. Grayscale: #787878. Windows color (decimal): -7901813 or 9137543. OLE color: 9137543.
HSL color Cylindrical-coordinate representation of color #876D8B: hue angle of 292º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #876D8B is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 109 | 139 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.45 |
| HSL | 292º | 0.12% | 0.49% | - |
| HSV(B) | 292º | 0.22% | 0.55% | - |
| XYZ | 20.12 | 17.95 | 26.83 | - |
| YUV | 120.19 | 138.61 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 109 | 139 | 0.03 | 0.22 | 0 | 0.45 | 292 | 0.12 | 0.49 |
| Hex | 87 | 6D | 8B | 3 | 16 | 0 | 2D | 124 | C | 31 |
| Octal | 207 | 155 | 213 | 3 | 26 | 0 | 55 | 444 | 14 | 61 |
| Binary | 10000111 | 1101101 | 10001011 | 11 | 10110 | 0 | 101101 | 100100100 | 1100 | 110001 |
Color Harmonies of #876D8B
Complementary color
Monochromatic Colors of #876D8B
Black with #876D8B
Text Example
Text Example
White with #876D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876D8B; }
p { color: rgb(135,109,139); }
H1.HeaderClassName
{
color: #876D8B;
}
.AnyTagClassName
{
color: #876D8B;
}
</style>
background-color css
<style>
a { background-color: #876D8B; }
a { background-color: rgb(135,109,139); }
div.DivClassName
{
background-color: #876D8B;
}
.BgClassName
{
background-color: #876D8B;
}
</style>
border-color css
<style>
span { border-color: #876D8B; }
span { border-color: rgb(135,109,139); }
td.TdClassName
{
border-color: #876D8B;
}
.TagClassName
{
border-color: #876D8B;
}
</style>