Shades of Portage #888DE1
Tints of Portage #888DE1
RGB
CMYK
RGB Variations
Color information
#888DE1 (or 0x888DE1) is known color: Portage. HEX triplet: 88, 8D and E1. RGB value is (136,141,225). Sum of RGB (Red+Green+Blue) = 136+141+225=502 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.09% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 225 - color contains mainly: blue. Hex color #888DE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888DE1 is #77721E. Grayscale: #949494. Windows color (decimal): -7827999 or 14781832. OLE color: 14781832.
HSL color Cylindrical-coordinate representation of color #888DE1: hue angle of 236.63º 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 #888DE1 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 141 | 225 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.12 |
| HSL | 236.63º | 0.6% | 0.71% | - |
| HSV(B) | 236.63º | 0.4% | 0.88% | - |
| XYZ | 33.27 | 29.72 | 75.22 | - |
| YUV | 149.08 | 170.84 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 225 | 0.40 | 0.37 | 0 | 0.12 | 236.63 | 0.6 | 0.71 |
| Hex | 88 | 8D | E1 | 28 | 25 | 0 | C | ED | 3C | 47 |
| Octal | 210 | 215 | 341 | 50 | 45 | 0 | 14 | 355 | 74 | 107 |
| Binary | 10001000 | 10001101 | 11100001 | 101000 | 100101 | 0 | 1100 | 11101101 | 111100 | 1000111 |
Color Harmonies of #888DE1
Complementary color
Monochromatic Colors of #888DE1
Black with #888DE1
Text Example
Text Example
White with #888DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888DE1; }
p { color: rgb(136,141,225); }
H1.HeaderClassName
{
color: #888DE1;
}
.AnyTagClassName
{
color: #888DE1;
}
</style>
background-color css
<style>
a { background-color: #888DE1; }
a { background-color: rgb(136,141,225); }
div.DivClassName
{
background-color: #888DE1;
}
.BgClassName
{
background-color: #888DE1;
}
</style>
border-color css
<style>
span { border-color: #888DE1; }
span { border-color: rgb(136,141,225); }
td.TdClassName
{
border-color: #888DE1;
}
.TagClassName
{
border-color: #888DE1;
}
</style>