Shades of Portage #8890EC
Tints of Portage #8890EC
RGB
CMYK
RGB Variations
Color information
#8890EC (or 0x8890EC) is known color: Portage. HEX triplet: 88, 90 and EC. RGB value is (136,144,236). Sum of RGB (Red+Green+Blue) = 136+144+236=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #8890EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8890EC is #776F13. Grayscale: #979797. Windows color (decimal): -7827220 or 15503496. OLE color: 15503496.
HSL color Cylindrical-coordinate representation of color #8890EC: hue angle of 235.2º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8890EC is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 144 | 236 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.07 |
| HSL | 235.2º | 0.72% | 0.73% | - |
| HSV(B) | 235.2º | 0.42% | 0.93% | - |
| XYZ | 35.27 | 31.24 | 83.53 | - |
| YUV | 152.1 | 175.35 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 144 | 236 | 0.42 | 0.39 | 0 | 0.07 | 235.2 | 0.72 | 0.73 |
| Hex | 88 | 90 | EC | 2A | 27 | 0 | 7 | EB | 48 | 49 |
| Octal | 210 | 220 | 354 | 52 | 47 | 0 | 7 | 353 | 110 | 111 |
| Binary | 10001000 | 10010000 | 11101100 | 101010 | 100111 | 0 | 111 | 11101011 | 1001000 | 1001001 |
Color Harmonies of #8890EC
Complementary color
Monochromatic Colors of #8890EC
Black with #8890EC
Text Example
Text Example
White with #8890EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8890EC; }
p { color: rgb(136,144,236); }
H1.HeaderClassName
{
color: #8890EC;
}
.AnyTagClassName
{
color: #8890EC;
}
</style>
background-color css
<style>
a { background-color: #8890EC; }
a { background-color: rgb(136,144,236); }
div.DivClassName
{
background-color: #8890EC;
}
.BgClassName
{
background-color: #8890EC;
}
</style>
border-color css
<style>
span { border-color: #8890EC; }
span { border-color: rgb(136,144,236); }
td.TdClassName
{
border-color: #8890EC;
}
.TagClassName
{
border-color: #8890EC;
}
</style>