Shades of Portage #888EEB
Tints of Portage #888EEB
RGB
CMYK
RGB Variations
Color information
#888EEB (or 0x888EEB) is known color: Portage. HEX triplet: 88, 8E and EB. RGB value is (136,142,235). Sum of RGB (Red+Green+Blue) = 136+142+235=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #888EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888EEB is #777114. Grayscale: #969696. Windows color (decimal): -7827733 or 15437448. OLE color: 15437448.
HSL color Cylindrical-coordinate representation of color #888EEB: hue angle of 236.36º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #888EEB is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 142 | 235 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.08 |
| HSL | 236.36º | 0.71% | 0.73% | - |
| HSV(B) | 236.36º | 0.42% | 0.92% | - |
| XYZ | 34.82 | 30.58 | 82.66 | - |
| YUV | 150.81 | 175.51 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 142 | 235 | 0.42 | 0.40 | 0 | 0.08 | 236.36 | 0.71 | 0.73 |
| Hex | 88 | 8E | EB | 2A | 28 | 0 | 8 | EC | 47 | 49 |
| Octal | 210 | 216 | 353 | 52 | 50 | 0 | 10 | 354 | 107 | 111 |
| Binary | 10001000 | 10001110 | 11101011 | 101010 | 101000 | 0 | 1000 | 11101100 | 1000111 | 1001001 |
Color Harmonies of #888EEB
Complementary color
Monochromatic Colors of #888EEB
Black with #888EEB
Text Example
Text Example
White with #888EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888EEB; }
p { color: rgb(136,142,235); }
H1.HeaderClassName
{
color: #888EEB;
}
.AnyTagClassName
{
color: #888EEB;
}
</style>
background-color css
<style>
a { background-color: #888EEB; }
a { background-color: rgb(136,142,235); }
div.DivClassName
{
background-color: #888EEB;
}
.BgClassName
{
background-color: #888EEB;
}
</style>
border-color css
<style>
span { border-color: #888EEB; }
span { border-color: rgb(136,142,235); }
td.TdClassName
{
border-color: #888EEB;
}
.TagClassName
{
border-color: #888EEB;
}
</style>