Shades of Portage #808EE3
Tints of Portage #808EE3
RGB
CMYK
RGB Variations
Color information
#808EE3 (or 0x808EE3) is known color: Portage. HEX triplet: 80, 8E and E3. RGB value is (128,142,227). Sum of RGB (Red+Green+Blue) = 128+142+227=497 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.75% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 227 (89.06% from 255 or 45.67% from 497); Max value from RGB is 227 - color contains mainly: blue. Hex color #808EE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808EE3 is #7F711C. Grayscale: #939393. Windows color (decimal): -8352029 or 14913152. OLE color: 14913152.
HSL color Cylindrical-coordinate representation of color #808EE3: hue angle of 231.52º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #808EE3 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 142 | 227 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.11 |
| HSL | 231.52º | 0.64% | 0.7% | - |
| HSV(B) | 231.52º | 0.44% | 0.89% | - |
| XYZ | 32.44 | 29.48 | 76.65 | - |
| YUV | 147.5 | 172.86 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 142 | 227 | 0.44 | 0.37 | 0 | 0.11 | 231.52 | 0.64 | 0.7 |
| Hex | 80 | 8E | E3 | 2C | 25 | 0 | B | E8 | 40 | 46 |
| Octal | 200 | 216 | 343 | 54 | 45 | 0 | 13 | 350 | 100 | 106 |
| Binary | 10000000 | 10001110 | 11100011 | 101100 | 100101 | 0 | 1011 | 11101000 | 1000000 | 1000110 |
Color Harmonies of #808EE3
Complementary color
Monochromatic Colors of #808EE3
Black with #808EE3
Text Example
Text Example
White with #808EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808EE3; }
p { color: rgb(128,142,227); }
H1.HeaderClassName
{
color: #808EE3;
}
.AnyTagClassName
{
color: #808EE3;
}
</style>
background-color css
<style>
a { background-color: #808EE3; }
a { background-color: rgb(128,142,227); }
div.DivClassName
{
background-color: #808EE3;
}
.BgClassName
{
background-color: #808EE3;
}
</style>
border-color css
<style>
span { border-color: #808EE3; }
span { border-color: rgb(128,142,227); }
td.TdClassName
{
border-color: #808EE3;
}
.TagClassName
{
border-color: #808EE3;
}
</style>