Shades of Portage #8886DC
Tints of Portage #8886DC
RGB
CMYK
RGB Variations
Color information
#8886DC (or 0x8886DC) is known color: Portage. HEX triplet: 88, 86 and DC. RGB value is (136,134,220). Sum of RGB (Red+Green+Blue) = 136+134+220=490 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.76% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #8886DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8886DC is #777923. Grayscale: #909090. Windows color (decimal): -7829796 or 14452360. OLE color: 14452360.
HSL color Cylindrical-coordinate representation of color #8886DC: hue angle of 241.4º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8886DC is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 134 | 220 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.14 |
| HSL | 241.4º | 0.55% | 0.69% | - |
| HSV(B) | 241.4º | 0.39% | 0.86% | - |
| XYZ | 31.6 | 27.45 | 71.34 | - |
| YUV | 144.4 | 170.66 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 220 | 0.38 | 0.39 | 0 | 0.14 | 241.4 | 0.55 | 0.69 |
| Hex | 88 | 86 | DC | 26 | 27 | 0 | E | F1 | 37 | 45 |
| Octal | 210 | 206 | 334 | 46 | 47 | 0 | 16 | 361 | 67 | 105 |
| Binary | 10001000 | 10000110 | 11011100 | 100110 | 100111 | 0 | 1110 | 11110001 | 110111 | 1000101 |
Color Harmonies of #8886DC
Complementary color
Monochromatic Colors of #8886DC
Black with #8886DC
Text Example
Text Example
White with #8886DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8886DC; }
p { color: rgb(136,134,220); }
H1.HeaderClassName
{
color: #8886DC;
}
.AnyTagClassName
{
color: #8886DC;
}
</style>
background-color css
<style>
a { background-color: #8886DC; }
a { background-color: rgb(136,134,220); }
div.DivClassName
{
background-color: #8886DC;
}
.BgClassName
{
background-color: #8886DC;
}
</style>
border-color css
<style>
span { border-color: #8886DC; }
span { border-color: rgb(136,134,220); }
td.TdClassName
{
border-color: #8886DC;
}
.TagClassName
{
border-color: #8886DC;
}
</style>