Shades of Trendy Pink #8B7289
Tints of Trendy Pink #8B7289
RGB
CMYK
RGB Variations
Color information
#8B7289 (or 0x8B7289) is known color: Trendy Pink. HEX triplet: 8B, 72 and 89. RGB value is (139,114,137). Sum of RGB (Red+Green+Blue) = 139+114+137=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7289 is #748D76. Grayscale: #7C7C7C. Windows color (decimal): -7638391 or 9007755. OLE color: 9007755.
HSL color Cylindrical-coordinate representation of color #8B7289: hue angle of 304.8º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8B7289 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 114 | 137 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.45 |
| HSL | 304.8º | 0.1% | 0.5% | - |
| HSV(B) | 304.8º | 0.18% | 0.55% | - |
| XYZ | 21.18 | 19.33 | 26.28 | - |
| YUV | 124.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 114 | 137 | 0 | 0.18 | 0.01 | 0.45 | 304.8 | 0.1 | 0.5 |
| Hex | 8B | 72 | 89 | 0 | 12 | 1 | 2D | 131 | A | 32 |
| Octal | 213 | 162 | 211 | 0 | 22 | 1 | 55 | 461 | 12 | 62 |
| Binary | 10001011 | 1110010 | 10001001 | 0 | 10010 | 1 | 101101 | 100110001 | 1010 | 110010 |
Color Harmonies of #8B7289
Complementary color
Monochromatic Colors of #8B7289
Black with #8B7289
Text Example
Text Example
White with #8B7289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7289; }
p { color: rgb(139,114,137); }
H1.HeaderClassName
{
color: #8B7289;
}
.AnyTagClassName
{
color: #8B7289;
}
</style>
background-color css
<style>
a { background-color: #8B7289; }
a { background-color: rgb(139,114,137); }
div.DivClassName
{
background-color: #8B7289;
}
.BgClassName
{
background-color: #8B7289;
}
</style>
border-color css
<style>
span { border-color: #8B7289; }
span { border-color: rgb(139,114,137); }
td.TdClassName
{
border-color: #8B7289;
}
.TagClassName
{
border-color: #8B7289;
}
</style>