Shades of Portage #8893EC
Tints of Portage #8893EC
RGB
CMYK
RGB Variations
Color information
#8893EC (or 0x8893EC) is known color: Portage. HEX triplet: 88, 93 and EC. RGB value is (136,147,236). Sum of RGB (Red+Green+Blue) = 136+147+236=519 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.20% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #8893EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8893EC is #776C13. Grayscale: #999999. Windows color (decimal): -7826452 or 15504264. OLE color: 15504264.
HSL color Cylindrical-coordinate representation of color #8893EC: hue angle of 233.4º 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 #8893EC is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 147 | 236 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.07 |
| HSL | 233.4º | 0.72% | 0.73% | - |
| HSV(B) | 233.4º | 0.42% | 0.93% | - |
| XYZ | 35.73 | 32.16 | 83.68 | - |
| YUV | 153.86 | 174.36 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 147 | 236 | 0.42 | 0.38 | 0 | 0.07 | 233.4 | 0.72 | 0.73 |
| Hex | 88 | 93 | EC | 2A | 26 | 0 | 7 | E9 | 48 | 49 |
| Octal | 210 | 223 | 354 | 52 | 46 | 0 | 7 | 351 | 110 | 111 |
| Binary | 10001000 | 10010011 | 11101100 | 101010 | 100110 | 0 | 111 | 11101001 | 1001000 | 1001001 |
Color Harmonies of #8893EC
Complementary color
Monochromatic Colors of #8893EC
Black with #8893EC
Text Example
Text Example
White with #8893EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8893EC; }
p { color: rgb(136,147,236); }
H1.HeaderClassName
{
color: #8893EC;
}
.AnyTagClassName
{
color: #8893EC;
}
</style>
background-color css
<style>
a { background-color: #8893EC; }
a { background-color: rgb(136,147,236); }
div.DivClassName
{
background-color: #8893EC;
}
.BgClassName
{
background-color: #8893EC;
}
</style>
border-color css
<style>
span { border-color: #8893EC; }
span { border-color: rgb(136,147,236); }
td.TdClassName
{
border-color: #8893EC;
}
.TagClassName
{
border-color: #8893EC;
}
</style>