Shades of Trendy Pink #8B708C
Tints of Trendy Pink #8B708C
RGB
CMYK
RGB Variations
Color information
#8B708C (or 0x8B708C) is known color: Trendy Pink. HEX triplet: 8B, 70 and 8C. RGB value is (139,112,140). Sum of RGB (Red+Green+Blue) = 139+112+140=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 140 - color contains mainly: blue. Hex color #8B708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B708C is #748F73. Grayscale: #7B7B7B. Windows color (decimal): -7638900 or 9203851. OLE color: 9203851.
HSL color Cylindrical-coordinate representation of color #8B708C: hue angle of 297.86º 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 #8B708C is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 112 | 140 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.45 |
| HSL | 297.86º | 0.11% | 0.49% | - |
| HSV(B) | 297.86º | 0.2% | 0.55% | - |
| XYZ | 21.18 | 18.97 | 27.36 | - |
| YUV | 123.27 | 137.45 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 140 | 0.01 | 0.20 | 0 | 0.45 | 297.86 | 0.11 | 0.49 |
| Hex | 8B | 70 | 8C | 1 | 14 | 0 | 2D | 12A | B | 31 |
| Octal | 213 | 160 | 214 | 1 | 24 | 0 | 55 | 452 | 13 | 61 |
| Binary | 10001011 | 1110000 | 10001100 | 1 | 10100 | 0 | 101101 | 100101010 | 1011 | 110001 |
Color Harmonies of #8B708C
Complementary color
Monochromatic Colors of #8B708C
Black with #8B708C
Text Example
Text Example
White with #8B708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B708C; }
p { color: rgb(139,112,140); }
H1.HeaderClassName
{
color: #8B708C;
}
.AnyTagClassName
{
color: #8B708C;
}
</style>
background-color css
<style>
a { background-color: #8B708C; }
a { background-color: rgb(139,112,140); }
div.DivClassName
{
background-color: #8B708C;
}
.BgClassName
{
background-color: #8B708C;
}
</style>
border-color css
<style>
span { border-color: #8B708C; }
span { border-color: rgb(139,112,140); }
td.TdClassName
{
border-color: #8B708C;
}
.TagClassName
{
border-color: #8B708C;
}
</style>