Shades of Trendy Pink #864E7B
Tints of Trendy Pink #864E7B
RGB
CMYK
RGB Variations
Color information
#864E7B (or 0x864E7B) is known color: Trendy Pink. HEX triplet: 86, 4E and 7B. RGB value is (134,78,123). Sum of RGB (Red+Green+Blue) = 134+78+123=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 134 - color contains mainly: red. Hex color #864E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864E7B is #79B184. Grayscale: #636363. Windows color (decimal): -7975301 or 8081030. OLE color: 8081030.
HSL color Cylindrical-coordinate representation of color #864E7B: hue angle of 311.79º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #864E7B is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 78 | 123 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.47 |
| HSL | 311.79º | 0.26% | 0.42% | - |
| HSV(B) | 311.79º | 0.42% | 0.53% | - |
| XYZ | 16.13 | 11.95 | 20.19 | - |
| YUV | 99.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 78 | 123 | 0 | 0.42 | 0.08 | 0.47 | 311.79 | 0.26 | 0.42 |
| Hex | 86 | 4E | 7B | 0 | 2A | 8 | 2F | 138 | 1A | 2A |
| Octal | 206 | 116 | 173 | 0 | 52 | 10 | 57 | 470 | 32 | 52 |
| Binary | 10000110 | 1001110 | 1111011 | 0 | 101010 | 1000 | 101111 | 100111000 | 11010 | 101010 |
Color Harmonies of #864E7B
Complementary color
Monochromatic Colors of #864E7B
Black with #864E7B
Text Example
Text Example
White with #864E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864E7B; }
p { color: rgb(134,78,123); }
H1.HeaderClassName
{
color: #864E7B;
}
.AnyTagClassName
{
color: #864E7B;
}
</style>
background-color css
<style>
a { background-color: #864E7B; }
a { background-color: rgb(134,78,123); }
div.DivClassName
{
background-color: #864E7B;
}
.BgClassName
{
background-color: #864E7B;
}
</style>
border-color css
<style>
span { border-color: #864E7B; }
span { border-color: rgb(134,78,123); }
td.TdClassName
{
border-color: #864E7B;
}
.TagClassName
{
border-color: #864E7B;
}
</style>