Shades of Portage #8E8DEC
Tints of Portage #8E8DEC
RGB
CMYK
RGB Variations
Color information
#8E8DEC (or 0x8E8DEC) is known color: Portage. HEX triplet: 8E, 8D and EC. RGB value is (142,141,236). Sum of RGB (Red+Green+Blue) = 142+141+236=519 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.36% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E8DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8DEC is #717213. Grayscale: #979797. Windows color (decimal): -7434772 or 15502734. OLE color: 15502734.
HSL color Cylindrical-coordinate representation of color #8E8DEC: hue angle of 240.63º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E8DEC is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 141 | 236 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.07 |
| HSL | 240.63º | 0.71% | 0.74% | - |
| HSV(B) | 240.63º | 0.4% | 0.93% | - |
| XYZ | 35.82 | 30.86 | 83.42 | - |
| YUV | 152.13 | 175.33 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 141 | 236 | 0.40 | 0.40 | 0 | 0.07 | 240.63 | 0.71 | 0.74 |
| Hex | 8E | 8D | EC | 28 | 28 | 0 | 7 | F1 | 47 | 4A |
| Octal | 216 | 215 | 354 | 50 | 50 | 0 | 7 | 361 | 107 | 112 |
| Binary | 10001110 | 10001101 | 11101100 | 101000 | 101000 | 0 | 111 | 11110001 | 1000111 | 1001010 |
Color Harmonies of #8E8DEC
Complementary color
Monochromatic Colors of #8E8DEC
Black with #8E8DEC
Text Example
Text Example
White with #8E8DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8DEC; }
p { color: rgb(142,141,236); }
H1.HeaderClassName
{
color: #8E8DEC;
}
.AnyTagClassName
{
color: #8E8DEC;
}
</style>
background-color css
<style>
a { background-color: #8E8DEC; }
a { background-color: rgb(142,141,236); }
div.DivClassName
{
background-color: #8E8DEC;
}
.BgClassName
{
background-color: #8E8DEC;
}
</style>
border-color css
<style>
span { border-color: #8E8DEC; }
span { border-color: rgb(142,141,236); }
td.TdClassName
{
border-color: #8E8DEC;
}
.TagClassName
{
border-color: #8E8DEC;
}
</style>