Shades of Portage #8D88EA
Tints of Portage #8D88EA
RGB
CMYK
RGB Variations
Color information
#8D88EA (or 0x8D88EA) is known color: Portage. HEX triplet: 8D, 88 and EA. RGB value is (141,136,234). Sum of RGB (Red+Green+Blue) = 141+136+234=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D88EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D88EA is #727715. Grayscale: #949494. Windows color (decimal): -7501590 or 15370381. OLE color: 15370381.
HSL color Cylindrical-coordinate representation of color #8D88EA: hue angle of 243.06º 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 #8D88EA is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 136 | 234 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.08 |
| HSL | 243.06º | 0.7% | 0.73% | - |
| HSV(B) | 243.06º | 0.42% | 0.92% | - |
| XYZ | 34.64 | 29.21 | 81.65 | - |
| YUV | 148.67 | 176.16 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 136 | 234 | 0.40 | 0.42 | 0 | 0.08 | 243.06 | 0.7 | 0.73 |
| Hex | 8D | 88 | EA | 28 | 2A | 0 | 8 | F3 | 46 | 49 |
| Octal | 215 | 210 | 352 | 50 | 52 | 0 | 10 | 363 | 106 | 111 |
| Binary | 10001101 | 10001000 | 11101010 | 101000 | 101010 | 0 | 1000 | 11110011 | 1000110 | 1001001 |
Color Harmonies of #8D88EA
Complementary color
Monochromatic Colors of #8D88EA
Black with #8D88EA
Text Example
Text Example
White with #8D88EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D88EA; }
p { color: rgb(141,136,234); }
H1.HeaderClassName
{
color: #8D88EA;
}
.AnyTagClassName
{
color: #8D88EA;
}
</style>
background-color css
<style>
a { background-color: #8D88EA; }
a { background-color: rgb(141,136,234); }
div.DivClassName
{
background-color: #8D88EA;
}
.BgClassName
{
background-color: #8D88EA;
}
</style>
border-color css
<style>
span { border-color: #8D88EA; }
span { border-color: rgb(141,136,234); }
td.TdClassName
{
border-color: #8D88EA;
}
.TagClassName
{
border-color: #8D88EA;
}
</style>