Shades of Portage #8884E1
Tints of Portage #8884E1
RGB
CMYK
RGB Variations
Color information
#8884E1 (or 0x8884E1) is known color: Portage. HEX triplet: 88, 84 and E1. RGB value is (136,132,225). Sum of RGB (Red+Green+Blue) = 136+132+225=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #8884E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8884E1 is #777B1E. Grayscale: #8F8F8F. Windows color (decimal): -7830303 or 14779528. OLE color: 14779528.
HSL color Cylindrical-coordinate representation of color #8884E1: hue angle of 242.58º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8884E1 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 132 | 225 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.12 |
| HSL | 242.58º | 0.61% | 0.7% | - |
| HSV(B) | 242.58º | 0.41% | 0.88% | - |
| XYZ | 32 | 27.17 | 74.79 | - |
| YUV | 143.8 | 173.83 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 225 | 0.40 | 0.41 | 0 | 0.12 | 242.58 | 0.61 | 0.7 |
| Hex | 88 | 84 | E1 | 28 | 29 | 0 | C | F3 | 3D | 46 |
| Octal | 210 | 204 | 341 | 50 | 51 | 0 | 14 | 363 | 75 | 106 |
| Binary | 10001000 | 10000100 | 11100001 | 101000 | 101001 | 0 | 1100 | 11110011 | 111101 | 1000110 |
Color Harmonies of #8884E1
Complementary color
Monochromatic Colors of #8884E1
Black with #8884E1
Text Example
Text Example
White with #8884E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8884E1; }
p { color: rgb(136,132,225); }
H1.HeaderClassName
{
color: #8884E1;
}
.AnyTagClassName
{
color: #8884E1;
}
</style>
background-color css
<style>
a { background-color: #8884E1; }
a { background-color: rgb(136,132,225); }
div.DivClassName
{
background-color: #8884E1;
}
.BgClassName
{
background-color: #8884E1;
}
</style>
border-color css
<style>
span { border-color: #8884E1; }
span { border-color: rgb(136,132,225); }
td.TdClassName
{
border-color: #8884E1;
}
.TagClassName
{
border-color: #8884E1;
}
</style>