Shades of Trendy Pink #866B88
Tints of Trendy Pink #866B88
RGB
CMYK
RGB Variations
Color information
#866B88 (or 0x866B88) is known color: Trendy Pink. HEX triplet: 86, 6B and 88. RGB value is (134,107,136). Sum of RGB (Red+Green+Blue) = 134+107+136=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 136 - color contains mainly: blue. Hex color #866B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866B88 is #799477. Grayscale: #767676. Windows color (decimal): -7967864 or 8940422. OLE color: 8940422.
HSL color Cylindrical-coordinate representation of color #866B88: hue angle of 295.86º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #866B88 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 107 | 136 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.47 |
| HSL | 295.86º | 0.12% | 0.48% | - |
| HSV(B) | 295.86º | 0.21% | 0.53% | - |
| XYZ | 19.53 | 17.36 | 25.61 | - |
| YUV | 118.38 | 137.95 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 136 | 0.01 | 0.21 | 0 | 0.47 | 295.86 | 0.12 | 0.48 |
| Hex | 86 | 6B | 88 | 1 | 15 | 0 | 2F | 128 | C | 30 |
| Octal | 206 | 153 | 210 | 1 | 25 | 0 | 57 | 450 | 14 | 60 |
| Binary | 10000110 | 1101011 | 10001000 | 1 | 10101 | 0 | 101111 | 100101000 | 1100 | 110000 |
Color Harmonies of #866B88
Complementary color
Monochromatic Colors of #866B88
Black with #866B88
Text Example
Text Example
White with #866B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866B88; }
p { color: rgb(134,107,136); }
H1.HeaderClassName
{
color: #866B88;
}
.AnyTagClassName
{
color: #866B88;
}
</style>
background-color css
<style>
a { background-color: #866B88; }
a { background-color: rgb(134,107,136); }
div.DivClassName
{
background-color: #866B88;
}
.BgClassName
{
background-color: #866B88;
}
</style>
border-color css
<style>
span { border-color: #866B88; }
span { border-color: rgb(134,107,136); }
td.TdClassName
{
border-color: #866B88;
}
.TagClassName
{
border-color: #866B88;
}
</style>