Shades of Trendy Pink #7E6982
Tints of Trendy Pink #7E6982
RGB
CMYK
RGB Variations
Color information
#7E6982 (or 0x7E6982) is known color: Trendy Pink. HEX triplet: 7E, 69 and 82. RGB value is (126,105,130). Sum of RGB (Red+Green+Blue) = 126+105+130=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 130 - color contains mainly: blue. Hex color #7E6982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6982 is #81967D. Grayscale: #727272. Windows color (decimal): -8492670 or 8546686. OLE color: 8546686.
HSL color Cylindrical-coordinate representation of color #7E6982: hue angle of 290.4º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E6982 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 105 | 130 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.49 |
| HSL | 290.4º | 0.11% | 0.46% | - |
| HSV(B) | 290.4º | 0.19% | 0.51% | - |
| XYZ | 17.69 | 16.15 | 23.3 | - |
| YUV | 114.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 105 | 130 | 0.03 | 0.19 | 0 | 0.49 | 290.4 | 0.11 | 0.46 |
| Hex | 7E | 69 | 82 | 3 | 13 | 0 | 31 | 122 | B | 2E |
| Octal | 176 | 151 | 202 | 3 | 23 | 0 | 61 | 442 | 13 | 56 |
| Binary | 1111110 | 1101001 | 10000010 | 11 | 10011 | 0 | 110001 | 100100010 | 1011 | 101110 |
Color Harmonies of #7E6982
Complementary color
Monochromatic Colors of #7E6982
Black with #7E6982
Text Example
Text Example
White with #7E6982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6982; }
p { color: rgb(126,105,130); }
H1.HeaderClassName
{
color: #7E6982;
}
.AnyTagClassName
{
color: #7E6982;
}
</style>
background-color css
<style>
a { background-color: #7E6982; }
a { background-color: rgb(126,105,130); }
div.DivClassName
{
background-color: #7E6982;
}
.BgClassName
{
background-color: #7E6982;
}
</style>
border-color css
<style>
span { border-color: #7E6982; }
span { border-color: rgb(126,105,130); }
td.TdClassName
{
border-color: #7E6982;
}
.TagClassName
{
border-color: #7E6982;
}
</style>