Shades of Portage #8F88EC
Tints of Portage #8F88EC
RGB
CMYK
RGB Variations
Color information
#8F88EC (or 0x8F88EC) is known color: Portage. HEX triplet: 8F, 88 and EC. RGB value is (143,136,236). Sum of RGB (Red+Green+Blue) = 143+136+236=515 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.77% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F88EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F88EC is #707713. Grayscale: #959595. Windows color (decimal): -7370516 or 15501455. OLE color: 15501455.
HSL color Cylindrical-coordinate representation of color #8F88EC: hue angle of 244.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 #8F88EC is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 136 | 236 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.07 |
| HSL | 244.2º | 0.72% | 0.73% | - |
| HSV(B) | 244.2º | 0.42% | 0.93% | - |
| XYZ | 35.27 | 29.5 | 83.19 | - |
| YUV | 149.49 | 176.82 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 136 | 236 | 0.39 | 0.42 | 0 | 0.07 | 244.2 | 0.72 | 0.73 |
| Hex | 8F | 88 | EC | 27 | 2A | 0 | 7 | F4 | 48 | 49 |
| Octal | 217 | 210 | 354 | 47 | 52 | 0 | 7 | 364 | 110 | 111 |
| Binary | 10001111 | 10001000 | 11101100 | 100111 | 101010 | 0 | 111 | 11110100 | 1001000 | 1001001 |
Color Harmonies of #8F88EC
Complementary color
Monochromatic Colors of #8F88EC
Black with #8F88EC
Text Example
Text Example
White with #8F88EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F88EC; }
p { color: rgb(143,136,236); }
H1.HeaderClassName
{
color: #8F88EC;
}
.AnyTagClassName
{
color: #8F88EC;
}
</style>
background-color css
<style>
a { background-color: #8F88EC; }
a { background-color: rgb(143,136,236); }
div.DivClassName
{
background-color: #8F88EC;
}
.BgClassName
{
background-color: #8F88EC;
}
</style>
border-color css
<style>
span { border-color: #8F88EC; }
span { border-color: rgb(143,136,236); }
td.TdClassName
{
border-color: #8F88EC;
}
.TagClassName
{
border-color: #8F88EC;
}
</style>