Shades of Trendy Pink #865B7C
Tints of Trendy Pink #865B7C
RGB
CMYK
RGB Variations
Color information
#865B7C (or 0x865B7C) is known color: Trendy Pink. HEX triplet: 86, 5B and 7C. RGB value is (134,91,124). Sum of RGB (Red+Green+Blue) = 134+91+124=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 134 - color contains mainly: red. Hex color #865B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865B7C is #79A483. Grayscale: #6B6B6B. Windows color (decimal): -7971972 or 8149894. OLE color: 8149894.
HSL color Cylindrical-coordinate representation of color #865B7C: hue angle of 313.95º 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 #865B7C is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 91 | 124 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.47 |
| HSL | 313.95º | 0.19% | 0.44% | - |
| HSV(B) | 313.95º | 0.32% | 0.53% | - |
| XYZ | 17.21 | 14.01 | 20.87 | - |
| YUV | 107.62 | 137.25 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 124 | 0 | 0.32 | 0.07 | 0.47 | 313.95 | 0.19 | 0.44 |
| Hex | 86 | 5B | 7C | 0 | 20 | 7 | 2F | 13A | 13 | 2C |
| Octal | 206 | 133 | 174 | 0 | 40 | 7 | 57 | 472 | 23 | 54 |
| Binary | 10000110 | 1011011 | 1111100 | 0 | 100000 | 111 | 101111 | 100111010 | 10011 | 101100 |
Color Harmonies of #865B7C
Complementary color
Monochromatic Colors of #865B7C
Black with #865B7C
Text Example
Text Example
White with #865B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865B7C; }
p { color: rgb(134,91,124); }
H1.HeaderClassName
{
color: #865B7C;
}
.AnyTagClassName
{
color: #865B7C;
}
</style>
background-color css
<style>
a { background-color: #865B7C; }
a { background-color: rgb(134,91,124); }
div.DivClassName
{
background-color: #865B7C;
}
.BgClassName
{
background-color: #865B7C;
}
</style>
border-color css
<style>
span { border-color: #865B7C; }
span { border-color: rgb(134,91,124); }
td.TdClassName
{
border-color: #865B7C;
}
.TagClassName
{
border-color: #865B7C;
}
</style>