Shades of Portage #8E8FEC
Tints of Portage #8E8FEC
RGB
CMYK
RGB Variations
Color information
#8E8FEC (or 0x8E8FEC) is known color: Portage. HEX triplet: 8E, 8F and EC. RGB value is (142,143,236). Sum of RGB (Red+Green+Blue) = 142+143+236=521 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.26% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E8FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8FEC is #717013. Grayscale: #989898. Windows color (decimal): -7434260 or 15503246. OLE color: 15503246.
HSL color Cylindrical-coordinate representation of color #8E8FEC: hue angle of 239.36º 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 #8E8FEC is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 143 | 236 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.07 |
| HSL | 239.36º | 0.71% | 0.74% | - |
| HSV(B) | 239.36º | 0.4% | 0.93% | - |
| XYZ | 36.12 | 31.45 | 83.52 | - |
| YUV | 153.3 | 174.67 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 143 | 236 | 0.40 | 0.39 | 0 | 0.07 | 239.36 | 0.71 | 0.74 |
| Hex | 8E | 8F | EC | 28 | 27 | 0 | 7 | EF | 47 | 4A |
| Octal | 216 | 217 | 354 | 50 | 47 | 0 | 7 | 357 | 107 | 112 |
| Binary | 10001110 | 10001111 | 11101100 | 101000 | 100111 | 0 | 111 | 11101111 | 1000111 | 1001010 |
Color Harmonies of #8E8FEC
Complementary color
Monochromatic Colors of #8E8FEC
Black with #8E8FEC
Text Example
Text Example
White with #8E8FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8FEC; }
p { color: rgb(142,143,236); }
H1.HeaderClassName
{
color: #8E8FEC;
}
.AnyTagClassName
{
color: #8E8FEC;
}
</style>
background-color css
<style>
a { background-color: #8E8FEC; }
a { background-color: rgb(142,143,236); }
div.DivClassName
{
background-color: #8E8FEC;
}
.BgClassName
{
background-color: #8E8FEC;
}
</style>
border-color css
<style>
span { border-color: #8E8FEC; }
span { border-color: rgb(142,143,236); }
td.TdClassName
{
border-color: #8E8FEC;
}
.TagClassName
{
border-color: #8E8FEC;
}
</style>