Shades of Portage #888EE3
Tints of Portage #888EE3
RGB
CMYK
RGB Variations
Color information
#888EE3 (or 0x888EE3) is known color: Portage. HEX triplet: 88, 8E and E3. RGB value is (136,142,227). Sum of RGB (Red+Green+Blue) = 136+142+227=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 227 (89.06% from 255 or 44.95% from 505); Max value from RGB is 227 - color contains mainly: blue. Hex color #888EE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888EE3 is #77711C. Grayscale: #959595. Windows color (decimal): -7827741 or 14913160. OLE color: 14913160.
HSL color Cylindrical-coordinate representation of color #888EE3: hue angle of 236.04º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #888EE3 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 136 | 142 | 227 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.11 |
| HSL | 236.04º | 0.62% | 0.71% | - |
| HSV(B) | 236.04º | 0.4% | 0.89% | - |
| XYZ | 33.69 | 30.13 | 76.71 | - |
| YUV | 149.9 | 171.51 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 142 | 227 | 0.40 | 0.37 | 0 | 0.11 | 236.04 | 0.62 | 0.71 |
| Hex | 88 | 8E | E3 | 28 | 25 | 0 | B | EC | 3E | 47 |
| Octal | 210 | 216 | 343 | 50 | 45 | 0 | 13 | 354 | 76 | 107 |
| Binary | 10001000 | 10001110 | 11100011 | 101000 | 100101 | 0 | 1011 | 11101100 | 111110 | 1000111 |
Color Harmonies of #888EE3
Complementary color
Monochromatic Colors of #888EE3
Black with #888EE3
Text Example
Text Example
White with #888EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888EE3; }
p { color: rgb(136,142,227); }
H1.HeaderClassName
{
color: #888EE3;
}
.AnyTagClassName
{
color: #888EE3;
}
</style>
background-color css
<style>
a { background-color: #888EE3; }
a { background-color: rgb(136,142,227); }
div.DivClassName
{
background-color: #888EE3;
}
.BgClassName
{
background-color: #888EE3;
}
</style>
border-color css
<style>
span { border-color: #888EE3; }
span { border-color: rgb(136,142,227); }
td.TdClassName
{
border-color: #888EE3;
}
.TagClassName
{
border-color: #888EE3;
}
</style>