Shades of Trendy Pink #89758C
Tints of Trendy Pink #89758C
RGB
CMYK
RGB Variations
Color information
#89758C (or 0x89758C) is known color: Trendy Pink. HEX triplet: 89, 75 and 8C. RGB value is (137,117,140). Sum of RGB (Red+Green+Blue) = 137+117+140=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 140 - color contains mainly: blue. Hex color #89758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89758C is #768A73. Grayscale: #7D7D7D. Windows color (decimal): -7768692 or 9205129. OLE color: 9205129.
HSL color Cylindrical-coordinate representation of color #89758C: hue angle of 292.17º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #89758C is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 117 | 140 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.45 |
| HSL | 292.17º | 0.09% | 0.5% | - |
| HSV(B) | 292.17º | 0.16% | 0.55% | - |
| XYZ | 21.41 | 19.93 | 27.53 | - |
| YUV | 125.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 117 | 140 | 0.02 | 0.16 | 0 | 0.45 | 292.17 | 0.09 | 0.5 |
| Hex | 89 | 75 | 8C | 2 | 10 | 0 | 2D | 124 | 9 | 32 |
| Octal | 211 | 165 | 214 | 2 | 20 | 0 | 55 | 444 | 11 | 62 |
| Binary | 10001001 | 1110101 | 10001100 | 10 | 10000 | 0 | 101101 | 100100100 | 1001 | 110010 |
Color Harmonies of #89758C
Complementary color
Monochromatic Colors of #89758C
Black with #89758C
Text Example
Text Example
White with #89758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89758C; }
p { color: rgb(137,117,140); }
H1.HeaderClassName
{
color: #89758C;
}
.AnyTagClassName
{
color: #89758C;
}
</style>
background-color css
<style>
a { background-color: #89758C; }
a { background-color: rgb(137,117,140); }
div.DivClassName
{
background-color: #89758C;
}
.BgClassName
{
background-color: #89758C;
}
</style>
border-color css
<style>
span { border-color: #89758C; }
span { border-color: rgb(137,117,140); }
td.TdClassName
{
border-color: #89758C;
}
.TagClassName
{
border-color: #89758C;
}
</style>