Shades of Portage #8E8BEC
Tints of Portage #8E8BEC
RGB
CMYK
RGB Variations
Color information
#8E8BEC (or 0x8E8BEC) is known color: Portage. HEX triplet: 8E, 8B and EC. RGB value is (142,139,236). Sum of RGB (Red+Green+Blue) = 142+139+236=517 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.47% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E8BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8BEC is #717413. Grayscale: #969696. Windows color (decimal): -7435284 or 15502222. OLE color: 15502222.
HSL color Cylindrical-coordinate representation of color #8E8BEC: hue angle of 241.86º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E8BEC is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 139 | 236 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.07 |
| HSL | 241.86º | 0.72% | 0.74% | - |
| HSV(B) | 241.86º | 0.41% | 0.93% | - |
| XYZ | 35.53 | 30.27 | 83.33 | - |
| YUV | 150.96 | 175.99 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 139 | 236 | 0.40 | 0.41 | 0 | 0.07 | 241.86 | 0.72 | 0.74 |
| Hex | 8E | 8B | EC | 28 | 29 | 0 | 7 | F2 | 48 | 4A |
| Octal | 216 | 213 | 354 | 50 | 51 | 0 | 7 | 362 | 110 | 112 |
| Binary | 10001110 | 10001011 | 11101100 | 101000 | 101001 | 0 | 111 | 11110010 | 1001000 | 1001010 |
Color Harmonies of #8E8BEC
Complementary color
Monochromatic Colors of #8E8BEC
Black with #8E8BEC
Text Example
Text Example
White with #8E8BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8BEC; }
p { color: rgb(142,139,236); }
H1.HeaderClassName
{
color: #8E8BEC;
}
.AnyTagClassName
{
color: #8E8BEC;
}
</style>
background-color css
<style>
a { background-color: #8E8BEC; }
a { background-color: rgb(142,139,236); }
div.DivClassName
{
background-color: #8E8BEC;
}
.BgClassName
{
background-color: #8E8BEC;
}
</style>
border-color css
<style>
span { border-color: #8E8BEC; }
span { border-color: rgb(142,139,236); }
td.TdClassName
{
border-color: #8E8BEC;
}
.TagClassName
{
border-color: #8E8BEC;
}
</style>