Shades of Portage #8E91E5
Tints of Portage #8E91E5
RGB
CMYK
RGB Variations
Color information
#8E91E5 (or 0x8E91E5) is known color: Portage. HEX triplet: 8E, 91 and E5. RGB value is (142,145,229). Sum of RGB (Red+Green+Blue) = 142+145+229=516 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.52% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 229 (89.84% from 255 or 44.38% from 516); Max value from RGB is 229 - color contains mainly: blue. Hex color #8E91E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E91E5 is #716E1A. Grayscale: #999999. Windows color (decimal): -7433755 or 15045006. OLE color: 15045006.
HSL color Cylindrical-coordinate representation of color #8E91E5: hue angle of 237.93º 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 #8E91E5 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 142 | 145 | 229 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.10 |
| HSL | 237.93º | 0.63% | 0.73% | - |
| HSV(B) | 237.93º | 0.38% | 0.9% | - |
| XYZ | 35.42 | 31.66 | 78.37 | - |
| YUV | 153.68 | 170.51 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 145 | 229 | 0.38 | 0.37 | 0 | 0.10 | 237.93 | 0.63 | 0.73 |
| Hex | 8E | 91 | E5 | 26 | 25 | 0 | A | EE | 3F | 49 |
| Octal | 216 | 221 | 345 | 46 | 45 | 0 | 12 | 356 | 77 | 111 |
| Binary | 10001110 | 10010001 | 11100101 | 100110 | 100101 | 0 | 1010 | 11101110 | 111111 | 1001001 |
Color Harmonies of #8E91E5
Complementary color
Monochromatic Colors of #8E91E5
Black with #8E91E5
Text Example
Text Example
White with #8E91E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E91E5; }
p { color: rgb(142,145,229); }
H1.HeaderClassName
{
color: #8E91E5;
}
.AnyTagClassName
{
color: #8E91E5;
}
</style>
background-color css
<style>
a { background-color: #8E91E5; }
a { background-color: rgb(142,145,229); }
div.DivClassName
{
background-color: #8E91E5;
}
.BgClassName
{
background-color: #8E91E5;
}
</style>
border-color css
<style>
span { border-color: #8E91E5; }
span { border-color: rgb(142,145,229); }
td.TdClassName
{
border-color: #8E91E5;
}
.TagClassName
{
border-color: #8E91E5;
}
</style>