Shades of Portage #808EE2
Tints of Portage #808EE2
RGB
CMYK
RGB Variations
Color information
#808EE2 (or 0x808EE2) is known color: Portage. HEX triplet: 80, 8E and E2. RGB value is (128,142,226). Sum of RGB (Red+Green+Blue) = 128+142+226=496 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.81% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 226 (88.67% from 255 or 45.56% from 496); Max value from RGB is 226 - color contains mainly: blue. Hex color #808EE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808EE2 is #7F711D. Grayscale: #939393. Windows color (decimal): -8352030 or 14847616. OLE color: 14847616.
HSL color Cylindrical-coordinate representation of color #808EE2: hue angle of 231.43º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #808EE2 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 142 | 226 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.11 |
| HSL | 231.43º | 0.63% | 0.69% | - |
| HSV(B) | 231.43º | 0.43% | 0.89% | - |
| XYZ | 32.3 | 29.43 | 75.93 | - |
| YUV | 147.39 | 172.36 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 142 | 226 | 0.43 | 0.37 | 0 | 0.11 | 231.43 | 0.63 | 0.69 |
| Hex | 80 | 8E | E2 | 2B | 25 | 0 | B | E7 | 3F | 45 |
| Octal | 200 | 216 | 342 | 53 | 45 | 0 | 13 | 347 | 77 | 105 |
| Binary | 10000000 | 10001110 | 11100010 | 101011 | 100101 | 0 | 1011 | 11100111 | 111111 | 1000101 |
Color Harmonies of #808EE2
Complementary color
Monochromatic Colors of #808EE2
Black with #808EE2
Text Example
Text Example
White with #808EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808EE2; }
p { color: rgb(128,142,226); }
H1.HeaderClassName
{
color: #808EE2;
}
.AnyTagClassName
{
color: #808EE2;
}
</style>
background-color css
<style>
a { background-color: #808EE2; }
a { background-color: rgb(128,142,226); }
div.DivClassName
{
background-color: #808EE2;
}
.BgClassName
{
background-color: #808EE2;
}
</style>
border-color css
<style>
span { border-color: #808EE2; }
span { border-color: rgb(128,142,226); }
td.TdClassName
{
border-color: #808EE2;
}
.TagClassName
{
border-color: #808EE2;
}
</style>