Shades of Trendy Pink #89708C
Tints of Trendy Pink #89708C
RGB
CMYK
RGB Variations
Color information
#89708C (or 0x89708C) is known color: Trendy Pink. HEX triplet: 89, 70 and 8C. RGB value is (137,112,140). Sum of RGB (Red+Green+Blue) = 137+112+140=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 140 - color contains mainly: blue. Hex color #89708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89708C is #768F73. Grayscale: #7A7A7A. Windows color (decimal): -7769972 or 9203849. OLE color: 9203849.
HSL color Cylindrical-coordinate representation of color #89708C: hue angle of 293.57º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #89708C is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 112 | 140 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.45 |
| HSL | 293.57º | 0.11% | 0.49% | - |
| HSV(B) | 293.57º | 0.2% | 0.55% | - |
| XYZ | 20.84 | 18.8 | 27.34 | - |
| YUV | 122.67 | 137.78 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 112 | 140 | 0.02 | 0.20 | 0 | 0.45 | 293.57 | 0.11 | 0.49 |
| Hex | 89 | 70 | 8C | 2 | 14 | 0 | 2D | 126 | B | 31 |
| Octal | 211 | 160 | 214 | 2 | 24 | 0 | 55 | 446 | 13 | 61 |
| Binary | 10001001 | 1110000 | 10001100 | 10 | 10100 | 0 | 101101 | 100100110 | 1011 | 110001 |
Color Harmonies of #89708C
Complementary color
Monochromatic Colors of #89708C
Black with #89708C
Text Example
Text Example
White with #89708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89708C; }
p { color: rgb(137,112,140); }
H1.HeaderClassName
{
color: #89708C;
}
.AnyTagClassName
{
color: #89708C;
}
</style>
background-color css
<style>
a { background-color: #89708C; }
a { background-color: rgb(137,112,140); }
div.DivClassName
{
background-color: #89708C;
}
.BgClassName
{
background-color: #89708C;
}
</style>
border-color css
<style>
span { border-color: #89708C; }
span { border-color: rgb(137,112,140); }
td.TdClassName
{
border-color: #89708C;
}
.TagClassName
{
border-color: #89708C;
}
</style>