Shades of Portage #888FE8
Tints of Portage #888FE8
RGB
CMYK
RGB Variations
Color information
#888FE8 (or 0x888FE8) is known color: Portage. HEX triplet: 88, 8F and E8. RGB value is (136,143,232). Sum of RGB (Red+Green+Blue) = 136+143+232=511 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.61% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 232 - color contains mainly: blue. Hex color #888FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888FE8 is #777017. Grayscale: #969696. Windows color (decimal): -7827480 or 15241096. OLE color: 15241096.
HSL color Cylindrical-coordinate representation of color #888FE8: hue angle of 235.62º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #888FE8 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 136 | 143 | 232 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.09 |
| HSL | 235.63º | 0.68% | 0.72% | - |
| HSV(B) | 235.63º | 0.41% | 0.91% | - |
| XYZ | 34.54 | 30.71 | 80.45 | - |
| YUV | 151.05 | 173.68 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 232 | 0.41 | 0.38 | 0 | 0.09 | 235.63 | 0.68 | 0.72 |
| Hex | 88 | 8F | E8 | 29 | 26 | 0 | 9 | EC | 44 | 48 |
| Octal | 210 | 217 | 350 | 51 | 46 | 0 | 11 | 354 | 104 | 110 |
| Binary | 10001000 | 10001111 | 11101000 | 101001 | 100110 | 0 | 1001 | 11101100 | 1000100 | 1001000 |
Color Harmonies of #888FE8
Complementary color
Monochromatic Colors of #888FE8
Black with #888FE8
Text Example
Text Example
White with #888FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888FE8; }
p { color: rgb(136,143,232); }
H1.HeaderClassName
{
color: #888FE8;
}
.AnyTagClassName
{
color: #888FE8;
}
</style>
background-color css
<style>
a { background-color: #888FE8; }
a { background-color: rgb(136,143,232); }
div.DivClassName
{
background-color: #888FE8;
}
.BgClassName
{
background-color: #888FE8;
}
</style>
border-color css
<style>
span { border-color: #888FE8; }
span { border-color: rgb(136,143,232); }
td.TdClassName
{
border-color: #888FE8;
}
.TagClassName
{
border-color: #888FE8;
}
</style>