Shades of Trendy Pink #8A708C
Tints of Trendy Pink #8A708C
RGB
CMYK
RGB Variations
Color information
#8A708C (or 0x8A708C) is known color: Trendy Pink. HEX triplet: 8A, 70 and 8C. RGB value is (138,112,140). Sum of RGB (Red+Green+Blue) = 138+112+140=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 140 - color contains mainly: blue. Hex color #8A708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A708C is #758F73. Grayscale: #7A7A7A. Windows color (decimal): -7704436 or 9203850. OLE color: 9203850.
HSL color Cylindrical-coordinate representation of color #8A708C: hue angle of 295.71º 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 #8A708C is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 112 | 140 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.45 |
| HSL | 295.71º | 0.11% | 0.49% | - |
| HSV(B) | 295.71º | 0.2% | 0.55% | - |
| XYZ | 21.01 | 18.89 | 27.35 | - |
| YUV | 122.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 140 | 0.01 | 0.20 | 0 | 0.45 | 295.71 | 0.11 | 0.49 |
| Hex | 8A | 70 | 8C | 1 | 14 | 0 | 2D | 128 | B | 31 |
| Octal | 212 | 160 | 214 | 1 | 24 | 0 | 55 | 450 | 13 | 61 |
| Binary | 10001010 | 1110000 | 10001100 | 1 | 10100 | 0 | 101101 | 100101000 | 1011 | 110001 |
Color Harmonies of #8A708C
Complementary color
Monochromatic Colors of #8A708C
Black with #8A708C
Text Example
Text Example
White with #8A708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A708C; }
p { color: rgb(138,112,140); }
H1.HeaderClassName
{
color: #8A708C;
}
.AnyTagClassName
{
color: #8A708C;
}
</style>
background-color css
<style>
a { background-color: #8A708C; }
a { background-color: rgb(138,112,140); }
div.DivClassName
{
background-color: #8A708C;
}
.BgClassName
{
background-color: #8A708C;
}
</style>
border-color css
<style>
span { border-color: #8A708C; }
span { border-color: rgb(138,112,140); }
td.TdClassName
{
border-color: #8A708C;
}
.TagClassName
{
border-color: #8A708C;
}
</style>