Shades of Portage #8F88EA
Tints of Portage #8F88EA
RGB
CMYK
RGB Variations
Color information
#8F88EA (or 0x8F88EA) is known color: Portage. HEX triplet: 8F, 88 and EA. RGB value is (143,136,234). Sum of RGB (Red+Green+Blue) = 143+136+234=513 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.88% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F88EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F88EA is #707715. Grayscale: #949494. Windows color (decimal): -7370518 or 15370383. OLE color: 15370383.
HSL color Cylindrical-coordinate representation of color #8F88EA: hue angle of 244.29º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F88EA is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 136 | 234 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.08 |
| HSL | 244.29º | 0.7% | 0.73% | - |
| HSV(B) | 244.29º | 0.42% | 0.92% | - |
| XYZ | 34.98 | 29.39 | 81.67 | - |
| YUV | 149.27 | 175.82 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 136 | 234 | 0.39 | 0.42 | 0 | 0.08 | 244.29 | 0.7 | 0.73 |
| Hex | 8F | 88 | EA | 27 | 2A | 0 | 8 | F4 | 46 | 49 |
| Octal | 217 | 210 | 352 | 47 | 52 | 0 | 10 | 364 | 106 | 111 |
| Binary | 10001111 | 10001000 | 11101010 | 100111 | 101010 | 0 | 1000 | 11110100 | 1000110 | 1001001 |
Color Harmonies of #8F88EA
Complementary color
Monochromatic Colors of #8F88EA
Black with #8F88EA
Text Example
Text Example
White with #8F88EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F88EA; }
p { color: rgb(143,136,234); }
H1.HeaderClassName
{
color: #8F88EA;
}
.AnyTagClassName
{
color: #8F88EA;
}
</style>
background-color css
<style>
a { background-color: #8F88EA; }
a { background-color: rgb(143,136,234); }
div.DivClassName
{
background-color: #8F88EA;
}
.BgClassName
{
background-color: #8F88EA;
}
</style>
border-color css
<style>
span { border-color: #8F88EA; }
span { border-color: rgb(143,136,234); }
td.TdClassName
{
border-color: #8F88EA;
}
.TagClassName
{
border-color: #8F88EA;
}
</style>