Shades of Trendy Pink #7F6287
Tints of Trendy Pink #7F6287
RGB
CMYK
RGB Variations
Color information
#7F6287 (or 0x7F6287) is known color: Trendy Pink. HEX triplet: 7F, 62 and 87. RGB value is (127,98,135). Sum of RGB (Red+Green+Blue) = 127+98+135=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 135 - color contains mainly: blue. Hex color #7F6287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6287 is #809D78. Grayscale: #6E6E6E. Windows color (decimal): -8428921 or 8872575. OLE color: 8872575.
HSL color Cylindrical-coordinate representation of color #7F6287: hue angle of 287.03º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F6287 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 98 | 135 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.47 |
| HSL | 287.03º | 0.16% | 0.46% | - |
| HSV(B) | 287.03º | 0.27% | 0.53% | - |
| XYZ | 17.49 | 15 | 24.89 | - |
| YUV | 110.89 | 141.61 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 98 | 135 | 0.06 | 0.27 | 0 | 0.47 | 287.03 | 0.16 | 0.46 |
| Hex | 7F | 62 | 87 | 6 | 1B | 0 | 2F | 11F | 10 | 2E |
| Octal | 177 | 142 | 207 | 6 | 33 | 0 | 57 | 437 | 20 | 56 |
| Binary | 1111111 | 1100010 | 10000111 | 110 | 11011 | 0 | 101111 | 100011111 | 10000 | 101110 |
Color Harmonies of #7F6287
Complementary color
Monochromatic Colors of #7F6287
Black with #7F6287
Text Example
Text Example
White with #7F6287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6287; }
p { color: rgb(127,98,135); }
H1.HeaderClassName
{
color: #7F6287;
}
.AnyTagClassName
{
color: #7F6287;
}
</style>
background-color css
<style>
a { background-color: #7F6287; }
a { background-color: rgb(127,98,135); }
div.DivClassName
{
background-color: #7F6287;
}
.BgClassName
{
background-color: #7F6287;
}
</style>
border-color css
<style>
span { border-color: #7F6287; }
span { border-color: rgb(127,98,135); }
td.TdClassName
{
border-color: #7F6287;
}
.TagClassName
{
border-color: #7F6287;
}
</style>