Shades of Portage #8895EC
Tints of Portage #8895EC
RGB
CMYK
RGB Variations
Color information
#8895EC (or 0x8895EC) is known color: Portage. HEX triplet: 88, 95 and EC. RGB value is (136,149,236). Sum of RGB (Red+Green+Blue) = 136+149+236=521 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.10% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #8895EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8895EC is #776A13. Grayscale: #9A9A9A. Windows color (decimal): -7825940 or 15504776. OLE color: 15504776.
HSL color Cylindrical-coordinate representation of color #8895EC: hue angle of 232.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 #8895EC is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 149 | 236 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.07 |
| HSL | 232.2º | 0.72% | 0.73% | - |
| HSV(B) | 232.2º | 0.42% | 0.93% | - |
| XYZ | 36.04 | 32.79 | 83.79 | - |
| YUV | 155.03 | 173.69 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 236 | 0.42 | 0.37 | 0 | 0.07 | 232.2 | 0.72 | 0.73 |
| Hex | 88 | 95 | EC | 2A | 25 | 0 | 7 | E8 | 48 | 49 |
| Octal | 210 | 225 | 354 | 52 | 45 | 0 | 7 | 350 | 110 | 111 |
| Binary | 10001000 | 10010101 | 11101100 | 101010 | 100101 | 0 | 111 | 11101000 | 1001000 | 1001001 |
Color Harmonies of #8895EC
Complementary color
Monochromatic Colors of #8895EC
Black with #8895EC
Text Example
Text Example
White with #8895EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8895EC; }
p { color: rgb(136,149,236); }
H1.HeaderClassName
{
color: #8895EC;
}
.AnyTagClassName
{
color: #8895EC;
}
</style>
background-color css
<style>
a { background-color: #8895EC; }
a { background-color: rgb(136,149,236); }
div.DivClassName
{
background-color: #8895EC;
}
.BgClassName
{
background-color: #8895EC;
}
</style>
border-color css
<style>
span { border-color: #8895EC; }
span { border-color: rgb(136,149,236); }
td.TdClassName
{
border-color: #8895EC;
}
.TagClassName
{
border-color: #8895EC;
}
</style>