Shades of Trendy Pink #865D7B
Tints of Trendy Pink #865D7B
RGB
CMYK
RGB Variations
Color information
#865D7B (or 0x865D7B) is known color: Trendy Pink. HEX triplet: 86, 5D and 7B. RGB value is (134,93,123). Sum of RGB (Red+Green+Blue) = 134+93+123=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #865D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865D7B is #79A284. Grayscale: #6C6C6C. Windows color (decimal): -7971461 or 8084870. OLE color: 8084870.
HSL color Cylindrical-coordinate representation of color #865D7B: hue angle of 316.1º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865D7B is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 123 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.47 |
| HSL | 316.1º | 0.18% | 0.45% | - |
| HSV(B) | 316.1º | 0.31% | 0.53% | - |
| XYZ | 17.32 | 14.33 | 20.59 | - |
| YUV | 108.68 | 136.08 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 123 | 0 | 0.31 | 0.08 | 0.47 | 316.1 | 0.18 | 0.45 |
| Hex | 86 | 5D | 7B | 0 | 1F | 8 | 2F | 13C | 12 | 2D |
| Octal | 206 | 135 | 173 | 0 | 37 | 10 | 57 | 474 | 22 | 55 |
| Binary | 10000110 | 1011101 | 1111011 | 0 | 11111 | 1000 | 101111 | 100111100 | 10010 | 101101 |
Color Harmonies of #865D7B
Complementary color
Monochromatic Colors of #865D7B
Black with #865D7B
Text Example
Text Example
White with #865D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D7B; }
p { color: rgb(134,93,123); }
H1.HeaderClassName
{
color: #865D7B;
}
.AnyTagClassName
{
color: #865D7B;
}
</style>
background-color css
<style>
a { background-color: #865D7B; }
a { background-color: rgb(134,93,123); }
div.DivClassName
{
background-color: #865D7B;
}
.BgClassName
{
background-color: #865D7B;
}
</style>
border-color css
<style>
span { border-color: #865D7B; }
span { border-color: rgb(134,93,123); }
td.TdClassName
{
border-color: #865D7B;
}
.TagClassName
{
border-color: #865D7B;
}
</style>