Shades of Trendy Pink #7E5C86
Tints of Trendy Pink #7E5C86
RGB
CMYK
RGB Variations
Color information
#7E5C86 (or 0x7E5C86) is known color: Trendy Pink. HEX triplet: 7E, 5C and 86. RGB value is (126,92,134). Sum of RGB (Red+Green+Blue) = 126+92+134=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 134 - color contains mainly: blue. Hex color #7E5C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5C86 is #81A379. Grayscale: #6A6A6A. Windows color (decimal): -8495994 or 8805502. OLE color: 8805502.
HSL color Cylindrical-coordinate representation of color #7E5C86: hue angle of 288.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7E5C86 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 92 | 134 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.47 |
| HSL | 288.57º | 0.19% | 0.44% | - |
| HSV(B) | 288.57º | 0.31% | 0.53% | - |
| XYZ | 16.73 | 13.81 | 24.34 | - |
| YUV | 106.95 | 143.26 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 92 | 134 | 0.06 | 0.31 | 0 | 0.47 | 288.57 | 0.19 | 0.44 |
| Hex | 7E | 5C | 86 | 6 | 1F | 0 | 2F | 121 | 13 | 2C |
| Octal | 176 | 134 | 206 | 6 | 37 | 0 | 57 | 441 | 23 | 54 |
| Binary | 1111110 | 1011100 | 10000110 | 110 | 11111 | 0 | 101111 | 100100001 | 10011 | 101100 |
Color Harmonies of #7E5C86
Complementary color
Monochromatic Colors of #7E5C86
Black with #7E5C86
Text Example
Text Example
White with #7E5C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5C86; }
p { color: rgb(126,92,134); }
H1.HeaderClassName
{
color: #7E5C86;
}
.AnyTagClassName
{
color: #7E5C86;
}
</style>
background-color css
<style>
a { background-color: #7E5C86; }
a { background-color: rgb(126,92,134); }
div.DivClassName
{
background-color: #7E5C86;
}
.BgClassName
{
background-color: #7E5C86;
}
</style>
border-color css
<style>
span { border-color: #7E5C86; }
span { border-color: rgb(126,92,134); }
td.TdClassName
{
border-color: #7E5C86;
}
.TagClassName
{
border-color: #7E5C86;
}
</style>