Shades of Trendy Pink #886B8F
Tints of Trendy Pink #886B8F
RGB
CMYK
RGB Variations
Color information
#886B8F (or 0x886B8F) is known color: Trendy Pink. HEX triplet: 88, 6B and 8F. RGB value is (136,107,143). Sum of RGB (Red+Green+Blue) = 136+107+143=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 143 - color contains mainly: blue. Hex color #886B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886B8F is #779470. Grayscale: #777777. Windows color (decimal): -7836785 or 9399176. OLE color: 9399176.
HSL color Cylindrical-coordinate representation of color #886B8F: hue angle of 288.33º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #886B8F is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 107 | 143 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.44 |
| HSL | 288.33º | 0.14% | 0.49% | - |
| HSV(B) | 288.33º | 0.25% | 0.56% | - |
| XYZ | 20.37 | 17.73 | 28.34 | - |
| YUV | 119.78 | 141.11 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 143 | 0.05 | 0.25 | 0 | 0.44 | 288.33 | 0.14 | 0.49 |
| Hex | 88 | 6B | 8F | 5 | 19 | 0 | 2C | 120 | E | 31 |
| Octal | 210 | 153 | 217 | 5 | 31 | 0 | 54 | 440 | 16 | 61 |
| Binary | 10001000 | 1101011 | 10001111 | 101 | 11001 | 0 | 101100 | 100100000 | 1110 | 110001 |
Color Harmonies of #886B8F
Complementary color
Monochromatic Colors of #886B8F
Black with #886B8F
Text Example
Text Example
White with #886B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886B8F; }
p { color: rgb(136,107,143); }
H1.HeaderClassName
{
color: #886B8F;
}
.AnyTagClassName
{
color: #886B8F;
}
</style>
background-color css
<style>
a { background-color: #886B8F; }
a { background-color: rgb(136,107,143); }
div.DivClassName
{
background-color: #886B8F;
}
.BgClassName
{
background-color: #886B8F;
}
</style>
border-color css
<style>
span { border-color: #886B8F; }
span { border-color: rgb(136,107,143); }
td.TdClassName
{
border-color: #886B8F;
}
.TagClassName
{
border-color: #886B8F;
}
</style>