Shades of Portage #888EE5
Tints of Portage #888EE5
RGB
CMYK
RGB Variations
Color information
#888EE5 (or 0x888EE5) is known color: Portage. HEX triplet: 88, 8E and E5. RGB value is (136,142,229). Sum of RGB (Red+Green+Blue) = 136+142+229=507 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.82% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #888EE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888EE5 is #77711A. Grayscale: #959595. Windows color (decimal): -7827739 or 15044232. OLE color: 15044232.
HSL color Cylindrical-coordinate representation of color #888EE5: hue angle of 236.13º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #888EE5 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 136 | 142 | 229 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.10 |
| HSL | 236.13º | 0.64% | 0.72% | - |
| HSV(B) | 236.13º | 0.41% | 0.9% | - |
| XYZ | 33.97 | 30.24 | 78.17 | - |
| YUV | 150.12 | 172.51 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 142 | 229 | 0.41 | 0.38 | 0 | 0.10 | 236.13 | 0.64 | 0.72 |
| Hex | 88 | 8E | E5 | 29 | 26 | 0 | A | EC | 40 | 48 |
| Octal | 210 | 216 | 345 | 51 | 46 | 0 | 12 | 354 | 100 | 110 |
| Binary | 10001000 | 10001110 | 11100101 | 101001 | 100110 | 0 | 1010 | 11101100 | 1000000 | 1001000 |
Color Harmonies of #888EE5
Complementary color
Monochromatic Colors of #888EE5
Black with #888EE5
Text Example
Text Example
White with #888EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888EE5; }
p { color: rgb(136,142,229); }
H1.HeaderClassName
{
color: #888EE5;
}
.AnyTagClassName
{
color: #888EE5;
}
</style>
background-color css
<style>
a { background-color: #888EE5; }
a { background-color: rgb(136,142,229); }
div.DivClassName
{
background-color: #888EE5;
}
.BgClassName
{
background-color: #888EE5;
}
</style>
border-color css
<style>
span { border-color: #888EE5; }
span { border-color: rgb(136,142,229); }
td.TdClassName
{
border-color: #888EE5;
}
.TagClassName
{
border-color: #888EE5;
}
</style>