Shades of Portage #8886D9
Tints of Portage #8886D9
RGB
CMYK
RGB Variations
Color information
#8886D9 (or 0x8886D9) is known color: Portage. HEX triplet: 88, 86 and D9. RGB value is (136,134,217). Sum of RGB (Red+Green+Blue) = 136+134+217=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 217 (85.16% from 255 or 44.56% from 487); Max value from RGB is 217 - color contains mainly: blue. Hex color #8886D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8886D9 is #777926. Grayscale: #8F8F8F. Windows color (decimal): -7829799 or 14255752. OLE color: 14255752.
HSL color Cylindrical-coordinate representation of color #8886D9: hue angle of 241.45º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8886D9 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 134 | 217 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.15 |
| HSL | 241.45º | 0.52% | 0.69% | - |
| HSV(B) | 241.45º | 0.38% | 0.85% | - |
| XYZ | 31.2 | 27.29 | 69.27 | - |
| YUV | 144.06 | 169.16 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 217 | 0.37 | 0.38 | 0 | 0.15 | 241.45 | 0.52 | 0.69 |
| Hex | 88 | 86 | D9 | 25 | 26 | 0 | F | F1 | 34 | 45 |
| Octal | 210 | 206 | 331 | 45 | 46 | 0 | 17 | 361 | 64 | 105 |
| Binary | 10001000 | 10000110 | 11011001 | 100101 | 100110 | 0 | 1111 | 11110001 | 110100 | 1000101 |
Color Harmonies of #8886D9
Complementary color
Monochromatic Colors of #8886D9
Black with #8886D9
Text Example
Text Example
White with #8886D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8886D9; }
p { color: rgb(136,134,217); }
H1.HeaderClassName
{
color: #8886D9;
}
.AnyTagClassName
{
color: #8886D9;
}
</style>
background-color css
<style>
a { background-color: #8886D9; }
a { background-color: rgb(136,134,217); }
div.DivClassName
{
background-color: #8886D9;
}
.BgClassName
{
background-color: #8886D9;
}
</style>
border-color css
<style>
span { border-color: #8886D9; }
span { border-color: rgb(136,134,217); }
td.TdClassName
{
border-color: #8886D9;
}
.TagClassName
{
border-color: #8886D9;
}
</style>