Shades of Trendy Pink #7F5384
Tints of Trendy Pink #7F5384
RGB
CMYK
RGB Variations
Color information
#7F5384 (or 0x7F5384) is known color: Trendy Pink. HEX triplet: 7F, 53 and 84. RGB value is (127,83,132). Sum of RGB (Red+Green+Blue) = 127+83+132=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 132 - color contains mainly: blue. Hex color #7F5384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5384 is #80AC7B. Grayscale: #656565. Windows color (decimal): -8432764 or 8672127. OLE color: 8672127.
HSL color Cylindrical-coordinate representation of color #7F5384: hue angle of 293.88º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F5384 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 83 | 132 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.48 |
| HSL | 293.88º | 0.23% | 0.42% | - |
| HSV(B) | 293.88º | 0.37% | 0.52% | - |
| XYZ | 16.01 | 12.36 | 23.37 | - |
| YUV | 101.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 83 | 132 | 0.04 | 0.37 | 0 | 0.48 | 293.88 | 0.23 | 0.42 |
| Hex | 7F | 53 | 84 | 4 | 25 | 0 | 30 | 126 | 17 | 2A |
| Octal | 177 | 123 | 204 | 4 | 45 | 0 | 60 | 446 | 27 | 52 |
| Binary | 1111111 | 1010011 | 10000100 | 100 | 100101 | 0 | 110000 | 100100110 | 10111 | 101010 |
Color Harmonies of #7F5384
Complementary color
Monochromatic Colors of #7F5384
Black with #7F5384
Text Example
Text Example
White with #7F5384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5384; }
p { color: rgb(127,83,132); }
H1.HeaderClassName
{
color: #7F5384;
}
.AnyTagClassName
{
color: #7F5384;
}
</style>
background-color css
<style>
a { background-color: #7F5384; }
a { background-color: rgb(127,83,132); }
div.DivClassName
{
background-color: #7F5384;
}
.BgClassName
{
background-color: #7F5384;
}
</style>
border-color css
<style>
span { border-color: #7F5384; }
span { border-color: rgb(127,83,132); }
td.TdClassName
{
border-color: #7F5384;
}
.TagClassName
{
border-color: #7F5384;
}
</style>