Shades of Trendy Pink #7E5682
Tints of Trendy Pink #7E5682
RGB
CMYK
RGB Variations
Color information
#7E5682 (or 0x7E5682) is known color: Trendy Pink. HEX triplet: 7E, 56 and 82. RGB value is (126,86,130). Sum of RGB (Red+Green+Blue) = 126+86+130=342 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.84% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 130 - color contains mainly: blue. Hex color #7E5682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5682 is #81A97D. Grayscale: #666666. Windows color (decimal): -8497534 or 8541822. OLE color: 8541822.
HSL color Cylindrical-coordinate representation of color #7E5682: hue angle of 294.55º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E5682 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 86 | 130 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.49 |
| HSL | 294.55º | 0.2% | 0.42% | - |
| HSV(B) | 294.55º | 0.34% | 0.51% | - |
| XYZ | 15.96 | 12.7 | 22.73 | - |
| YUV | 102.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 86 | 130 | 0.03 | 0.34 | 0 | 0.49 | 294.55 | 0.2 | 0.42 |
| Hex | 7E | 56 | 82 | 3 | 22 | 0 | 31 | 127 | 14 | 2A |
| Octal | 176 | 126 | 202 | 3 | 42 | 0 | 61 | 447 | 24 | 52 |
| Binary | 1111110 | 1010110 | 10000010 | 11 | 100010 | 0 | 110001 | 100100111 | 10100 | 101010 |
Color Harmonies of #7E5682
Complementary color
Monochromatic Colors of #7E5682
Black with #7E5682
Text Example
Text Example
White with #7E5682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5682; }
p { color: rgb(126,86,130); }
H1.HeaderClassName
{
color: #7E5682;
}
.AnyTagClassName
{
color: #7E5682;
}
</style>
background-color css
<style>
a { background-color: #7E5682; }
a { background-color: rgb(126,86,130); }
div.DivClassName
{
background-color: #7E5682;
}
.BgClassName
{
background-color: #7E5682;
}
</style>
border-color css
<style>
span { border-color: #7E5682; }
span { border-color: rgb(126,86,130); }
td.TdClassName
{
border-color: #7E5682;
}
.TagClassName
{
border-color: #7E5682;
}
</style>