Shades of Trendy Pink #7E6485
Tints of Trendy Pink #7E6485
RGB
CMYK
RGB Variations
Color information
#7E6485 (or 0x7E6485) is known color: Trendy Pink. HEX triplet: 7E, 64 and 85. RGB value is (126,100,133). Sum of RGB (Red+Green+Blue) = 126+100+133=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 133 - color contains mainly: blue. Hex color #7E6485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6485 is #819B7A. Grayscale: #6F6F6F. Windows color (decimal): -8493947 or 8742014. OLE color: 8742014.
HSL color Cylindrical-coordinate representation of color #7E6485: hue angle of 287.27º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7E6485 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 100 | 133 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.48 |
| HSL | 287.27º | 0.14% | 0.46% | - |
| HSV(B) | 287.27º | 0.25% | 0.52% | - |
| XYZ | 17.39 | 15.24 | 24.22 | - |
| YUV | 111.54 | 140.11 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 100 | 133 | 0.05 | 0.25 | 0 | 0.48 | 287.27 | 0.14 | 0.46 |
| Hex | 7E | 64 | 85 | 5 | 19 | 0 | 30 | 11F | E | 2E |
| Octal | 176 | 144 | 205 | 5 | 31 | 0 | 60 | 437 | 16 | 56 |
| Binary | 1111110 | 1100100 | 10000101 | 101 | 11001 | 0 | 110000 | 100011111 | 1110 | 101110 |
Color Harmonies of #7E6485
Complementary color
Monochromatic Colors of #7E6485
Black with #7E6485
Text Example
Text Example
White with #7E6485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6485; }
p { color: rgb(126,100,133); }
H1.HeaderClassName
{
color: #7E6485;
}
.AnyTagClassName
{
color: #7E6485;
}
</style>
background-color css
<style>
a { background-color: #7E6485; }
a { background-color: rgb(126,100,133); }
div.DivClassName
{
background-color: #7E6485;
}
.BgClassName
{
background-color: #7E6485;
}
</style>
border-color css
<style>
span { border-color: #7E6485; }
span { border-color: rgb(126,100,133); }
td.TdClassName
{
border-color: #7E6485;
}
.TagClassName
{
border-color: #7E6485;
}
</style>