Shades of Trendy Pink #7D507E
Tints of Trendy Pink #7D507E
RGB
CMYK
RGB Variations
Color information
#7D507E (or 0x7D507E) is known color: Trendy Pink. HEX triplet: 7D, 50 and 7E. RGB value is (125,80,126). Sum of RGB (Red+Green+Blue) = 125+80+126=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 126 - color contains mainly: blue. Hex color #7D507E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D507E is #82AF81. Grayscale: #626262. Windows color (decimal): -8564610 or 8278141. OLE color: 8278141.
HSL color Cylindrical-coordinate representation of color #7D507E: hue angle of 298.7º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7D507E is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 80 | 126 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.51 |
| HSL | 298.7º | 0.22% | 0.4% | - |
| HSV(B) | 298.7º | 0.37% | 0.49% | - |
| XYZ | 15.09 | 11.6 | 21.18 | - |
| YUV | 98.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 80 | 126 | 0.01 | 0.37 | 0 | 0.51 | 298.7 | 0.22 | 0.4 |
| Hex | 7D | 50 | 7E | 1 | 25 | 0 | 33 | 12B | 16 | 28 |
| Octal | 175 | 120 | 176 | 1 | 45 | 0 | 63 | 453 | 26 | 50 |
| Binary | 1111101 | 1010000 | 1111110 | 1 | 100101 | 0 | 110011 | 100101011 | 10110 | 101000 |
Color Harmonies of #7D507E
Complementary color
Monochromatic Colors of #7D507E
Black with #7D507E
Text Example
Text Example
White with #7D507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D507E; }
p { color: rgb(125,80,126); }
H1.HeaderClassName
{
color: #7D507E;
}
.AnyTagClassName
{
color: #7D507E;
}
</style>
background-color css
<style>
a { background-color: #7D507E; }
a { background-color: rgb(125,80,126); }
div.DivClassName
{
background-color: #7D507E;
}
.BgClassName
{
background-color: #7D507E;
}
</style>
border-color css
<style>
span { border-color: #7D507E; }
span { border-color: rgb(125,80,126); }
td.TdClassName
{
border-color: #7D507E;
}
.TagClassName
{
border-color: #7D507E;
}
</style>