Shades of Portage #8E8EEC
Tints of Portage #8E8EEC
RGB
CMYK
RGB Variations
Color information
#8E8EEC (or 0x8E8EEC) is known color: Portage. HEX triplet: 8E, 8E and EC. RGB value is (142,142,236). Sum of RGB (Red+Green+Blue) = 142+142+236=520 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.31% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E8EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8EEC is #717113. Grayscale: #989898. Windows color (decimal): -7434516 or 15502990. OLE color: 15502990.
HSL color Cylindrical-coordinate representation of color #8E8EEC: hue angle of 240º 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 #8E8EEC is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 142 | 236 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.07 |
| HSL | 240º | 0.71% | 0.74% | - |
| HSV(B) | 240º | 0.4% | 0.93% | - |
| XYZ | 35.97 | 31.15 | 83.47 | - |
| YUV | 152.72 | 175 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 142 | 236 | 0.40 | 0.40 | 0 | 0.07 | 240 | 0.71 | 0.74 |
| Hex | 8E | 8E | EC | 28 | 28 | 0 | 7 | F0 | 47 | 4A |
| Octal | 216 | 216 | 354 | 50 | 50 | 0 | 7 | 360 | 107 | 112 |
| Binary | 10001110 | 10001110 | 11101100 | 101000 | 101000 | 0 | 111 | 11110000 | 1000111 | 1001010 |
Color Harmonies of #8E8EEC
Complementary color
Monochromatic Colors of #8E8EEC
Black with #8E8EEC
Text Example
Text Example
White with #8E8EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8EEC; }
p { color: rgb(142,142,236); }
H1.HeaderClassName
{
color: #8E8EEC;
}
.AnyTagClassName
{
color: #8E8EEC;
}
</style>
background-color css
<style>
a { background-color: #8E8EEC; }
a { background-color: rgb(142,142,236); }
div.DivClassName
{
background-color: #8E8EEC;
}
.BgClassName
{
background-color: #8E8EEC;
}
</style>
border-color css
<style>
span { border-color: #8E8EEC; }
span { border-color: rgb(142,142,236); }
td.TdClassName
{
border-color: #8E8EEC;
}
.TagClassName
{
border-color: #8E8EEC;
}
</style>