Shades of Portage #888ED7
Tints of Portage #888ED7
RGB
CMYK
RGB Variations
Color information
#888ED7 (or 0x888ED7) is known color: Portage. HEX triplet: 88, 8E and D7. RGB value is (136,142,215). Sum of RGB (Red+Green+Blue) = 136+142+215=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 215 - color contains mainly: blue. Hex color #888ED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888ED7 is #777128. Grayscale: #949494. Windows color (decimal): -7827753 or 14126728. OLE color: 14126728.
HSL color Cylindrical-coordinate representation of color #888ED7: hue angle of 235.44º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #888ED7 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 142 | 215 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.16 |
| HSL | 235.44º | 0.5% | 0.69% | - |
| HSV(B) | 235.44º | 0.37% | 0.84% | - |
| XYZ | 32.09 | 29.49 | 68.29 | - |
| YUV | 148.53 | 165.51 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 142 | 215 | 0.37 | 0.34 | 0 | 0.16 | 235.44 | 0.5 | 0.69 |
| Hex | 88 | 8E | D7 | 25 | 22 | 0 | 10 | EB | 32 | 45 |
| Octal | 210 | 216 | 327 | 45 | 42 | 0 | 20 | 353 | 62 | 105 |
| Binary | 10001000 | 10001110 | 11010111 | 100101 | 100010 | 0 | 10000 | 11101011 | 110010 | 1000101 |
Color Harmonies of #888ED7
Complementary color
Monochromatic Colors of #888ED7
Black with #888ED7
Text Example
Text Example
White with #888ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888ED7; }
p { color: rgb(136,142,215); }
H1.HeaderClassName
{
color: #888ED7;
}
.AnyTagClassName
{
color: #888ED7;
}
</style>
background-color css
<style>
a { background-color: #888ED7; }
a { background-color: rgb(136,142,215); }
div.DivClassName
{
background-color: #888ED7;
}
.BgClassName
{
background-color: #888ED7;
}
</style>
border-color css
<style>
span { border-color: #888ED7; }
span { border-color: rgb(136,142,215); }
td.TdClassName
{
border-color: #888ED7;
}
.TagClassName
{
border-color: #888ED7;
}
</style>