Shades of Trendy Pink #8A708D
Tints of Trendy Pink #8A708D
RGB
CMYK
RGB Variations
Color information
#8A708D (or 0x8A708D) is known color: Trendy Pink. HEX triplet: 8A, 70 and 8D. RGB value is (138,112,141). Sum of RGB (Red+Green+Blue) = 138+112+141=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 141 - color contains mainly: blue. Hex color #8A708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A708D is #758F72. Grayscale: #7A7A7A. Windows color (decimal): -7704435 or 9269386. OLE color: 9269386.
HSL color Cylindrical-coordinate representation of color #8A708D: hue angle of 293.79º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A708D is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 112 | 141 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.45 |
| HSL | 293.79º | 0.11% | 0.5% | - |
| HSV(B) | 293.79º | 0.21% | 0.55% | - |
| XYZ | 21.08 | 18.91 | 27.74 | - |
| YUV | 123.08 | 138.11 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 141 | 0.02 | 0.21 | 0 | 0.45 | 293.79 | 0.11 | 0.5 |
| Hex | 8A | 70 | 8D | 2 | 15 | 0 | 2D | 126 | B | 32 |
| Octal | 212 | 160 | 215 | 2 | 25 | 0 | 55 | 446 | 13 | 62 |
| Binary | 10001010 | 1110000 | 10001101 | 10 | 10101 | 0 | 101101 | 100100110 | 1011 | 110010 |
Color Harmonies of #8A708D
Complementary color
Monochromatic Colors of #8A708D
Black with #8A708D
Text Example
Text Example
White with #8A708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A708D; }
p { color: rgb(138,112,141); }
H1.HeaderClassName
{
color: #8A708D;
}
.AnyTagClassName
{
color: #8A708D;
}
</style>
background-color css
<style>
a { background-color: #8A708D; }
a { background-color: rgb(138,112,141); }
div.DivClassName
{
background-color: #8A708D;
}
.BgClassName
{
background-color: #8A708D;
}
</style>
border-color css
<style>
span { border-color: #8A708D; }
span { border-color: rgb(138,112,141); }
td.TdClassName
{
border-color: #8A708D;
}
.TagClassName
{
border-color: #8A708D;
}
</style>