Shades of Trendy Pink #865E7D
Tints of Trendy Pink #865E7D
RGB
CMYK
RGB Variations
Color information
#865E7D (or 0x865E7D) is known color: Trendy Pink. HEX triplet: 86, 5E and 7D. RGB value is (134,94,125). Sum of RGB (Red+Green+Blue) = 134+94+125=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 134 - color contains mainly: red. Hex color #865E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E7D is #79A182. Grayscale: #6D6D6D. Windows color (decimal): -7971203 or 8216198. OLE color: 8216198.
HSL color Cylindrical-coordinate representation of color #865E7D: hue angle of 313.5º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #865E7D is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 94 | 125 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.47 |
| HSL | 313.5º | 0.18% | 0.45% | - |
| HSV(B) | 313.5º | 0.3% | 0.53% | - |
| XYZ | 17.54 | 14.55 | 21.29 | - |
| YUV | 109.49 | 136.75 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 125 | 0 | 0.30 | 0.07 | 0.47 | 313.5 | 0.18 | 0.45 |
| Hex | 86 | 5E | 7D | 0 | 1E | 7 | 2F | 13A | 12 | 2D |
| Octal | 206 | 136 | 175 | 0 | 36 | 7 | 57 | 472 | 22 | 55 |
| Binary | 10000110 | 1011110 | 1111101 | 0 | 11110 | 111 | 101111 | 100111010 | 10010 | 101101 |
Color Harmonies of #865E7D
Complementary color
Monochromatic Colors of #865E7D
Black with #865E7D
Text Example
Text Example
White with #865E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865E7D; }
p { color: rgb(134,94,125); }
H1.HeaderClassName
{
color: #865E7D;
}
.AnyTagClassName
{
color: #865E7D;
}
</style>
background-color css
<style>
a { background-color: #865E7D; }
a { background-color: rgb(134,94,125); }
div.DivClassName
{
background-color: #865E7D;
}
.BgClassName
{
background-color: #865E7D;
}
</style>
border-color css
<style>
span { border-color: #865E7D; }
span { border-color: rgb(134,94,125); }
td.TdClassName
{
border-color: #865E7D;
}
.TagClassName
{
border-color: #865E7D;
}
</style>