Shades of Portage #8E89E1
Tints of Portage #8E89E1
RGB
CMYK
RGB Variations
Color information
#8E89E1 (or 0x8E89E1) is known color: Portage. HEX triplet: 8E, 89 and E1. RGB value is (142,137,225). Sum of RGB (Red+Green+Blue) = 142+137+225=504 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.17% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #8E89E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E89E1 is #71761E. Grayscale: #949494. Windows color (decimal): -7435807 or 14780814. OLE color: 14780814.
HSL color Cylindrical-coordinate representation of color #8E89E1: hue angle of 243.41º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E89E1 is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 137 | 225 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.12 |
| HSL | 243.41º | 0.59% | 0.71% | - |
| HSV(B) | 243.41º | 0.39% | 0.88% | - |
| XYZ | 33.69 | 29.08 | 75.07 | - |
| YUV | 148.53 | 171.16 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 137 | 225 | 0.37 | 0.39 | 0 | 0.12 | 243.41 | 0.59 | 0.71 |
| Hex | 8E | 89 | E1 | 25 | 27 | 0 | C | F3 | 3B | 47 |
| Octal | 216 | 211 | 341 | 45 | 47 | 0 | 14 | 363 | 73 | 107 |
| Binary | 10001110 | 10001001 | 11100001 | 100101 | 100111 | 0 | 1100 | 11110011 | 111011 | 1000111 |
Color Harmonies of #8E89E1
Complementary color
Monochromatic Colors of #8E89E1
Black with #8E89E1
Text Example
Text Example
White with #8E89E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E89E1; }
p { color: rgb(142,137,225); }
H1.HeaderClassName
{
color: #8E89E1;
}
.AnyTagClassName
{
color: #8E89E1;
}
</style>
background-color css
<style>
a { background-color: #8E89E1; }
a { background-color: rgb(142,137,225); }
div.DivClassName
{
background-color: #8E89E1;
}
.BgClassName
{
background-color: #8E89E1;
}
</style>
border-color css
<style>
span { border-color: #8E89E1; }
span { border-color: rgb(142,137,225); }
td.TdClassName
{
border-color: #8E89E1;
}
.TagClassName
{
border-color: #8E89E1;
}
</style>