Shades of Portage #8E8CE1
Tints of Portage #8E8CE1
RGB
CMYK
RGB Variations
Color information
#8E8CE1 (or 0x8E8CE1) is known color: Portage. HEX triplet: 8E, 8C and E1. RGB value is (142,140,225). Sum of RGB (Red+Green+Blue) = 142+140+225=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: blue. Hex color #8E8CE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8CE1 is #71731E. Grayscale: #959595. Windows color (decimal): -7435039 or 14781582. OLE color: 14781582.
HSL color Cylindrical-coordinate representation of color #8E8CE1: hue angle of 241.41º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E8CE1 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 140 | 225 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.12 |
| HSL | 241.41º | 0.59% | 0.72% | - |
| HSV(B) | 241.41º | 0.38% | 0.88% | - |
| XYZ | 34.12 | 29.94 | 75.22 | - |
| YUV | 150.29 | 170.16 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 140 | 225 | 0.37 | 0.38 | 0 | 0.12 | 241.41 | 0.59 | 0.72 |
| Hex | 8E | 8C | E1 | 25 | 26 | 0 | C | F1 | 3B | 48 |
| Octal | 216 | 214 | 341 | 45 | 46 | 0 | 14 | 361 | 73 | 110 |
| Binary | 10001110 | 10001100 | 11100001 | 100101 | 100110 | 0 | 1100 | 11110001 | 111011 | 1001000 |
Color Harmonies of #8E8CE1
Complementary color
Monochromatic Colors of #8E8CE1
Black with #8E8CE1
Text Example
Text Example
White with #8E8CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8CE1; }
p { color: rgb(142,140,225); }
H1.HeaderClassName
{
color: #8E8CE1;
}
.AnyTagClassName
{
color: #8E8CE1;
}
</style>
background-color css
<style>
a { background-color: #8E8CE1; }
a { background-color: rgb(142,140,225); }
div.DivClassName
{
background-color: #8E8CE1;
}
.BgClassName
{
background-color: #8E8CE1;
}
</style>
border-color css
<style>
span { border-color: #8E8CE1; }
span { border-color: rgb(142,140,225); }
td.TdClassName
{
border-color: #8E8CE1;
}
.TagClassName
{
border-color: #8E8CE1;
}
</style>