Shades of Trendy Pink #864B7D
Tints of Trendy Pink #864B7D
RGB
CMYK
RGB Variations
Color information
#864B7D (or 0x864B7D) is known color: Trendy Pink. HEX triplet: 86, 4B and 7D. RGB value is (134,75,125). Sum of RGB (Red+Green+Blue) = 134+75+125=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 134 - color contains mainly: red. Hex color #864B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864B7D is #79B482. Grayscale: #626262. Windows color (decimal): -7976067 or 8211334. OLE color: 8211334.
HSL color Cylindrical-coordinate representation of color #864B7D: hue angle of 309.15º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #864B7D is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 75 | 125 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.47 |
| HSL | 309.15º | 0.28% | 0.41% | - |
| HSV(B) | 309.15º | 0.44% | 0.53% | - |
| XYZ | 16.05 | 11.58 | 20.79 | - |
| YUV | 98.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 75 | 125 | 0 | 0.44 | 0.07 | 0.47 | 309.15 | 0.28 | 0.41 |
| Hex | 86 | 4B | 7D | 0 | 2C | 7 | 2F | 135 | 1C | 29 |
| Octal | 206 | 113 | 175 | 0 | 54 | 7 | 57 | 465 | 34 | 51 |
| Binary | 10000110 | 1001011 | 1111101 | 0 | 101100 | 111 | 101111 | 100110101 | 11100 | 101001 |
Color Harmonies of #864B7D
Complementary color
Monochromatic Colors of #864B7D
Black with #864B7D
Text Example
Text Example
White with #864B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864B7D; }
p { color: rgb(134,75,125); }
H1.HeaderClassName
{
color: #864B7D;
}
.AnyTagClassName
{
color: #864B7D;
}
</style>
background-color css
<style>
a { background-color: #864B7D; }
a { background-color: rgb(134,75,125); }
div.DivClassName
{
background-color: #864B7D;
}
.BgClassName
{
background-color: #864B7D;
}
</style>
border-color css
<style>
span { border-color: #864B7D; }
span { border-color: rgb(134,75,125); }
td.TdClassName
{
border-color: #864B7D;
}
.TagClassName
{
border-color: #864B7D;
}
</style>