Shades of Trendy Pink #865688
Tints of Trendy Pink #865688
RGB
CMYK
RGB Variations
Color information
#865688 (or 0x865688) is known color: Trendy Pink. HEX triplet: 86, 56 and 88. RGB value is (134,86,136). Sum of RGB (Red+Green+Blue) = 134+86+136=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 136 - color contains mainly: blue. Hex color #865688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865688 is #79A977. Grayscale: #696969. Windows color (decimal): -7973240 or 8935046. OLE color: 8935046.
HSL color Cylindrical-coordinate representation of color #865688: hue angle of 297.6º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #865688 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 86 | 136 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.47 |
| HSL | 297.6º | 0.23% | 0.44% | - |
| HSV(B) | 297.6º | 0.37% | 0.53% | - |
| XYZ | 17.6 | 13.5 | 24.97 | - |
| YUV | 106.05 | 144.9 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 86 | 136 | 0.01 | 0.37 | 0 | 0.47 | 297.6 | 0.23 | 0.44 |
| Hex | 86 | 56 | 88 | 1 | 25 | 0 | 2F | 12A | 17 | 2C |
| Octal | 206 | 126 | 210 | 1 | 45 | 0 | 57 | 452 | 27 | 54 |
| Binary | 10000110 | 1010110 | 10001000 | 1 | 100101 | 0 | 101111 | 100101010 | 10111 | 101100 |
Color Harmonies of #865688
Complementary color
Monochromatic Colors of #865688
Black with #865688
Text Example
Text Example
White with #865688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865688; }
p { color: rgb(134,86,136); }
H1.HeaderClassName
{
color: #865688;
}
.AnyTagClassName
{
color: #865688;
}
</style>
background-color css
<style>
a { background-color: #865688; }
a { background-color: rgb(134,86,136); }
div.DivClassName
{
background-color: #865688;
}
.BgClassName
{
background-color: #865688;
}
</style>
border-color css
<style>
span { border-color: #865688; }
span { border-color: rgb(134,86,136); }
td.TdClassName
{
border-color: #865688;
}
.TagClassName
{
border-color: #865688;
}
</style>