Shades of Portage #888EE1
Tints of Portage #888EE1
RGB
CMYK
RGB Variations
Color information
#888EE1 (or 0x888EE1) is known color: Portage. HEX triplet: 88, 8E and E1. RGB value is (136,142,225). Sum of RGB (Red+Green+Blue) = 136+142+225=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #888EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888EE1 is #77711E. Grayscale: #959595. Windows color (decimal): -7827743 or 14782088. OLE color: 14782088.
HSL color Cylindrical-coordinate representation of color #888EE1: hue angle of 235.96º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #888EE1 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 142 | 225 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.12 |
| HSL | 235.96º | 0.6% | 0.71% | - |
| HSV(B) | 235.96º | 0.4% | 0.88% | - |
| XYZ | 33.42 | 30.02 | 75.27 | - |
| YUV | 149.67 | 170.51 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 142 | 225 | 0.40 | 0.37 | 0 | 0.12 | 235.96 | 0.6 | 0.71 |
| Hex | 88 | 8E | E1 | 28 | 25 | 0 | C | EC | 3C | 47 |
| Octal | 210 | 216 | 341 | 50 | 45 | 0 | 14 | 354 | 74 | 107 |
| Binary | 10001000 | 10001110 | 11100001 | 101000 | 100101 | 0 | 1100 | 11101100 | 111100 | 1000111 |
Color Harmonies of #888EE1
Complementary color
Monochromatic Colors of #888EE1
Black with #888EE1
Text Example
Text Example
White with #888EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888EE1; }
p { color: rgb(136,142,225); }
H1.HeaderClassName
{
color: #888EE1;
}
.AnyTagClassName
{
color: #888EE1;
}
</style>
background-color css
<style>
a { background-color: #888EE1; }
a { background-color: rgb(136,142,225); }
div.DivClassName
{
background-color: #888EE1;
}
.BgClassName
{
background-color: #888EE1;
}
</style>
border-color css
<style>
span { border-color: #888EE1; }
span { border-color: rgb(136,142,225); }
td.TdClassName
{
border-color: #888EE1;
}
.TagClassName
{
border-color: #888EE1;
}
</style>