Shades of Trendy Pink #7E6482
Tints of Trendy Pink #7E6482
RGB
CMYK
RGB Variations
Color information
#7E6482 (or 0x7E6482) is known color: Trendy Pink. HEX triplet: 7E, 64 and 82. RGB value is (126,100,130). Sum of RGB (Red+Green+Blue) = 126+100+130=356 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.39% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 130 - color contains mainly: blue. Hex color #7E6482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6482 is #819B7D. Grayscale: #6F6F6F. Windows color (decimal): -8493950 or 8545406. OLE color: 8545406.
HSL color Cylindrical-coordinate representation of color #7E6482: hue angle of 292º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7E6482 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 100 | 130 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.49 |
| HSL | 292º | 0.13% | 0.45% | - |
| HSV(B) | 292º | 0.23% | 0.51% | - |
| XYZ | 17.19 | 15.16 | 23.14 | - |
| YUV | 111.19 | 138.61 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 100 | 130 | 0.03 | 0.23 | 0 | 0.49 | 292 | 0.13 | 0.45 |
| Hex | 7E | 64 | 82 | 3 | 17 | 0 | 31 | 124 | D | 2D |
| Octal | 176 | 144 | 202 | 3 | 27 | 0 | 61 | 444 | 15 | 55 |
| Binary | 1111110 | 1100100 | 10000010 | 11 | 10111 | 0 | 110001 | 100100100 | 1101 | 101101 |
Color Harmonies of #7E6482
Complementary color
Monochromatic Colors of #7E6482
Black with #7E6482
Text Example
Text Example
White with #7E6482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6482; }
p { color: rgb(126,100,130); }
H1.HeaderClassName
{
color: #7E6482;
}
.AnyTagClassName
{
color: #7E6482;
}
</style>
background-color css
<style>
a { background-color: #7E6482; }
a { background-color: rgb(126,100,130); }
div.DivClassName
{
background-color: #7E6482;
}
.BgClassName
{
background-color: #7E6482;
}
</style>
border-color css
<style>
span { border-color: #7E6482; }
span { border-color: rgb(126,100,130); }
td.TdClassName
{
border-color: #7E6482;
}
.TagClassName
{
border-color: #7E6482;
}
</style>