Shades of Portage #8988EC
Tints of Portage #8988EC
RGB
CMYK
RGB Variations
Color information
#8988EC (or 0x8988EC) is known color: Portage. HEX triplet: 89, 88 and EC. RGB value is (137,136,236). Sum of RGB (Red+Green+Blue) = 137+136+236=509 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.92% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #8988EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8988EC is #767713. Grayscale: #939393. Windows color (decimal): -7763732 or 15501449. OLE color: 15501449.
HSL color Cylindrical-coordinate representation of color #8988EC: hue angle of 240.6º 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 #8988EC is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 136 | 236 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.07 |
| HSL | 240.6º | 0.72% | 0.73% | - |
| HSV(B) | 240.6º | 0.42% | 0.93% | - |
| XYZ | 34.26 | 28.98 | 83.15 | - |
| YUV | 147.7 | 177.83 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 136 | 236 | 0.42 | 0.42 | 0 | 0.07 | 240.6 | 0.72 | 0.73 |
| Hex | 89 | 88 | EC | 2A | 2A | 0 | 7 | F1 | 48 | 49 |
| Octal | 211 | 210 | 354 | 52 | 52 | 0 | 7 | 361 | 110 | 111 |
| Binary | 10001001 | 10001000 | 11101100 | 101010 | 101010 | 0 | 111 | 11110001 | 1001000 | 1001001 |
Color Harmonies of #8988EC
Complementary color
Monochromatic Colors of #8988EC
Black with #8988EC
Text Example
Text Example
White with #8988EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8988EC; }
p { color: rgb(137,136,236); }
H1.HeaderClassName
{
color: #8988EC;
}
.AnyTagClassName
{
color: #8988EC;
}
</style>
background-color css
<style>
a { background-color: #8988EC; }
a { background-color: rgb(137,136,236); }
div.DivClassName
{
background-color: #8988EC;
}
.BgClassName
{
background-color: #8988EC;
}
</style>
border-color css
<style>
span { border-color: #8988EC; }
span { border-color: rgb(137,136,236); }
td.TdClassName
{
border-color: #8988EC;
}
.TagClassName
{
border-color: #8988EC;
}
</style>