Shades of Portage #8886DF
Tints of Portage #8886DF
RGB
CMYK
RGB Variations
Color information
#8886DF (or 0x8886DF) is known color: Portage. HEX triplet: 88, 86 and DF. RGB value is (136,134,223). Sum of RGB (Red+Green+Blue) = 136+134+223=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #8886DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8886DF is #777920. Grayscale: #909090. Windows color (decimal): -7829793 or 14648968. OLE color: 14648968.
HSL color Cylindrical-coordinate representation of color #8886DF: hue angle of 241.35º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8886DF is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 134 | 223 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.13 |
| HSL | 241.35º | 0.58% | 0.7% | - |
| HSV(B) | 241.35º | 0.4% | 0.87% | - |
| XYZ | 32 | 27.61 | 73.46 | - |
| YUV | 144.74 | 172.16 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 223 | 0.39 | 0.40 | 0 | 0.13 | 241.35 | 0.58 | 0.7 |
| Hex | 88 | 86 | DF | 27 | 28 | 0 | D | F1 | 3A | 46 |
| Octal | 210 | 206 | 337 | 47 | 50 | 0 | 15 | 361 | 72 | 106 |
| Binary | 10001000 | 10000110 | 11011111 | 100111 | 101000 | 0 | 1101 | 11110001 | 111010 | 1000110 |
Color Harmonies of #8886DF
Complementary color
Monochromatic Colors of #8886DF
Black with #8886DF
Text Example
Text Example
White with #8886DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8886DF; }
p { color: rgb(136,134,223); }
H1.HeaderClassName
{
color: #8886DF;
}
.AnyTagClassName
{
color: #8886DF;
}
</style>
background-color css
<style>
a { background-color: #8886DF; }
a { background-color: rgb(136,134,223); }
div.DivClassName
{
background-color: #8886DF;
}
.BgClassName
{
background-color: #8886DF;
}
</style>
border-color css
<style>
span { border-color: #8886DF; }
span { border-color: rgb(136,134,223); }
td.TdClassName
{
border-color: #8886DF;
}
.TagClassName
{
border-color: #8886DF;
}
</style>