Shades of Portage #8E8EE5
Tints of Portage #8E8EE5
RGB
CMYK
RGB Variations
Color information
#8E8EE5 (or 0x8E8EE5) is known color: Portage. HEX triplet: 8E, 8E and E5. RGB value is (142,142,229). Sum of RGB (Red+Green+Blue) = 142+142+229=513 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.68% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 229 (89.84% from 255 or 44.64% from 513); Max value from RGB is 229 - color contains mainly: blue. Hex color #8E8EE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8EE5 is #71711A. Grayscale: #979797. Windows color (decimal): -7434523 or 15044238. OLE color: 15044238.
HSL color Cylindrical-coordinate representation of color #8E8EE5: hue angle of 240º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E8EE5 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 142 | 142 | 229 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.10 |
| HSL | 240º | 0.63% | 0.73% | - |
| HSV(B) | 240º | 0.38% | 0.9% | - |
| XYZ | 34.97 | 30.75 | 78.22 | - |
| YUV | 151.92 | 171.5 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 142 | 229 | 0.38 | 0.38 | 0 | 0.10 | 240 | 0.63 | 0.73 |
| Hex | 8E | 8E | E5 | 26 | 26 | 0 | A | F0 | 3F | 49 |
| Octal | 216 | 216 | 345 | 46 | 46 | 0 | 12 | 360 | 77 | 111 |
| Binary | 10001110 | 10001110 | 11100101 | 100110 | 100110 | 0 | 1010 | 11110000 | 111111 | 1001001 |
Color Harmonies of #8E8EE5
Complementary color
Monochromatic Colors of #8E8EE5
Black with #8E8EE5
Text Example
Text Example
White with #8E8EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8EE5; }
p { color: rgb(142,142,229); }
H1.HeaderClassName
{
color: #8E8EE5;
}
.AnyTagClassName
{
color: #8E8EE5;
}
</style>
background-color css
<style>
a { background-color: #8E8EE5; }
a { background-color: rgb(142,142,229); }
div.DivClassName
{
background-color: #8E8EE5;
}
.BgClassName
{
background-color: #8E8EE5;
}
</style>
border-color css
<style>
span { border-color: #8E8EE5; }
span { border-color: rgb(142,142,229); }
td.TdClassName
{
border-color: #8E8EE5;
}
.TagClassName
{
border-color: #8E8EE5;
}
</style>