Shades of Trendy Pink #867388
Tints of Trendy Pink #867388
RGB
CMYK
RGB Variations
Color information
#867388 (or 0x867388) is known color: Trendy Pink. HEX triplet: 86, 73 and 88. RGB value is (134,115,136). Sum of RGB (Red+Green+Blue) = 134+115+136=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 136 - color contains mainly: blue. Hex color #867388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867388 is #798C77. Grayscale: #7B7B7B. Windows color (decimal): -7965816 or 8942470. OLE color: 8942470.
HSL color Cylindrical-coordinate representation of color #867388: hue angle of 294.29º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #867388 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 115 | 136 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.47 |
| HSL | 294.29º | 0.08% | 0.49% | - |
| HSV(B) | 294.29º | 0.15% | 0.53% | - |
| XYZ | 20.41 | 19.11 | 25.91 | - |
| YUV | 123.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 115 | 136 | 0.01 | 0.15 | 0 | 0.47 | 294.29 | 0.08 | 0.49 |
| Hex | 86 | 73 | 88 | 1 | F | 0 | 2F | 126 | 8 | 31 |
| Octal | 206 | 163 | 210 | 1 | 17 | 0 | 57 | 446 | 10 | 61 |
| Binary | 10000110 | 1110011 | 10001000 | 1 | 1111 | 0 | 101111 | 100100110 | 1000 | 110001 |
Color Harmonies of #867388
Complementary color
Monochromatic Colors of #867388
Black with #867388
Text Example
Text Example
White with #867388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867388; }
p { color: rgb(134,115,136); }
H1.HeaderClassName
{
color: #867388;
}
.AnyTagClassName
{
color: #867388;
}
</style>
background-color css
<style>
a { background-color: #867388; }
a { background-color: rgb(134,115,136); }
div.DivClassName
{
background-color: #867388;
}
.BgClassName
{
background-color: #867388;
}
</style>
border-color css
<style>
span { border-color: #867388; }
span { border-color: rgb(134,115,136); }
td.TdClassName
{
border-color: #867388;
}
.TagClassName
{
border-color: #867388;
}
</style>