Shades of Trendy Pink #865B7D
Tints of Trendy Pink #865B7D
RGB
CMYK
RGB Variations
Color information
#865B7D (or 0x865B7D) is known color: Trendy Pink. HEX triplet: 86, 5B and 7D. RGB value is (134,91,125). Sum of RGB (Red+Green+Blue) = 134+91+125=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #865B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865B7D is #79A482. Grayscale: #6B6B6B. Windows color (decimal): -7971971 or 8215430. OLE color: 8215430.
HSL color Cylindrical-coordinate representation of color #865B7D: hue angle of 312.56º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #865B7D is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 91 | 125 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.47 |
| HSL | 312.56º | 0.19% | 0.44% | - |
| HSV(B) | 312.56º | 0.32% | 0.53% | - |
| XYZ | 17.27 | 14.03 | 21.2 | - |
| YUV | 107.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 125 | 0 | 0.32 | 0.07 | 0.47 | 312.56 | 0.19 | 0.44 |
| Hex | 86 | 5B | 7D | 0 | 20 | 7 | 2F | 139 | 13 | 2C |
| Octal | 206 | 133 | 175 | 0 | 40 | 7 | 57 | 471 | 23 | 54 |
| Binary | 10000110 | 1011011 | 1111101 | 0 | 100000 | 111 | 101111 | 100111001 | 10011 | 101100 |
Color Harmonies of #865B7D
Complementary color
Monochromatic Colors of #865B7D
Black with #865B7D
Text Example
Text Example
White with #865B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865B7D; }
p { color: rgb(134,91,125); }
H1.HeaderClassName
{
color: #865B7D;
}
.AnyTagClassName
{
color: #865B7D;
}
</style>
background-color css
<style>
a { background-color: #865B7D; }
a { background-color: rgb(134,91,125); }
div.DivClassName
{
background-color: #865B7D;
}
.BgClassName
{
background-color: #865B7D;
}
</style>
border-color css
<style>
span { border-color: #865B7D; }
span { border-color: rgb(134,91,125); }
td.TdClassName
{
border-color: #865B7D;
}
.TagClassName
{
border-color: #865B7D;
}
</style>