Shades of Portage #888DE5
Tints of Portage #888DE5
RGB
CMYK
RGB Variations
Color information
#888DE5 (or 0x888DE5) is known color: Portage. HEX triplet: 88, 8D and E5. RGB value is (136,141,229). Sum of RGB (Red+Green+Blue) = 136+141+229=506 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.88% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #888DE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888DE5 is #77721A. Grayscale: #959595. Windows color (decimal): -7827995 or 15043976. OLE color: 15043976.
HSL color Cylindrical-coordinate representation of color #888DE5: hue angle of 236.77º 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 #888DE5 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 136 | 141 | 229 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.10 |
| HSL | 236.77º | 0.64% | 0.72% | - |
| HSV(B) | 236.77º | 0.41% | 0.9% | - |
| XYZ | 33.82 | 29.94 | 78.13 | - |
| YUV | 149.54 | 172.84 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 229 | 0.41 | 0.38 | 0 | 0.10 | 236.77 | 0.64 | 0.72 |
| Hex | 88 | 8D | E5 | 29 | 26 | 0 | A | ED | 40 | 48 |
| Octal | 210 | 215 | 345 | 51 | 46 | 0 | 12 | 355 | 100 | 110 |
| Binary | 10001000 | 10001101 | 11100101 | 101001 | 100110 | 0 | 1010 | 11101101 | 1000000 | 1001000 |
Color Harmonies of #888DE5
Complementary color
Monochromatic Colors of #888DE5
Black with #888DE5
Text Example
Text Example
White with #888DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888DE5; }
p { color: rgb(136,141,229); }
H1.HeaderClassName
{
color: #888DE5;
}
.AnyTagClassName
{
color: #888DE5;
}
</style>
background-color css
<style>
a { background-color: #888DE5; }
a { background-color: rgb(136,141,229); }
div.DivClassName
{
background-color: #888DE5;
}
.BgClassName
{
background-color: #888DE5;
}
</style>
border-color css
<style>
span { border-color: #888DE5; }
span { border-color: rgb(136,141,229); }
td.TdClassName
{
border-color: #888DE5;
}
.TagClassName
{
border-color: #888DE5;
}
</style>