Shades of Trendy Pink #874B8B
Tints of Trendy Pink #874B8B
RGB
CMYK
RGB Variations
Color information
#874B8B (or 0x874B8B) is known color: Trendy Pink. HEX triplet: 87, 4B and 8B. RGB value is (135,75,139). Sum of RGB (Red+Green+Blue) = 135+75+139=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #874B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874B8B is #78B474. Grayscale: #646464. Windows color (decimal): -7910517 or 9128839. OLE color: 9128839.
HSL color Cylindrical-coordinate representation of color #874B8B: hue angle of 296.25º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #874B8B is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 75 | 139 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.45 |
| HSL | 296.25º | 0.3% | 0.42% | - |
| HSV(B) | 296.25º | 0.46% | 0.55% | - |
| XYZ | 17.17 | 12.05 | 25.85 | - |
| YUV | 100.24 | 149.88 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 75 | 139 | 0.03 | 0.46 | 0 | 0.45 | 296.25 | 0.3 | 0.42 |
| Hex | 87 | 4B | 8B | 3 | 2E | 0 | 2D | 128 | 1E | 2A |
| Octal | 207 | 113 | 213 | 3 | 56 | 0 | 55 | 450 | 36 | 52 |
| Binary | 10000111 | 1001011 | 10001011 | 11 | 101110 | 0 | 101101 | 100101000 | 11110 | 101010 |
Color Harmonies of #874B8B
Complementary color
Monochromatic Colors of #874B8B
Black with #874B8B
Text Example
Text Example
White with #874B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874B8B; }
p { color: rgb(135,75,139); }
H1.HeaderClassName
{
color: #874B8B;
}
.AnyTagClassName
{
color: #874B8B;
}
</style>
background-color css
<style>
a { background-color: #874B8B; }
a { background-color: rgb(135,75,139); }
div.DivClassName
{
background-color: #874B8B;
}
.BgClassName
{
background-color: #874B8B;
}
</style>
border-color css
<style>
span { border-color: #874B8B; }
span { border-color: rgb(135,75,139); }
td.TdClassName
{
border-color: #874B8B;
}
.TagClassName
{
border-color: #874B8B;
}
</style>