Shades of Portage #808ED5
Tints of Portage #808ED5
RGB
CMYK
RGB Variations
Color information
#808ED5 (or 0x808ED5) is known color: Portage. HEX triplet: 80, 8E and D5. RGB value is (128,142,213). Sum of RGB (Red+Green+Blue) = 128+142+213=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #808ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ED5 is #7F712A. Grayscale: #919191. Windows color (decimal): -8352043 or 13995648. OLE color: 13995648.
HSL color Cylindrical-coordinate representation of color #808ED5: hue angle of 230.12º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #808ED5 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 142 | 213 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.16 |
| HSL | 230.12º | 0.5% | 0.67% | - |
| HSV(B) | 230.12º | 0.4% | 0.84% | - |
| XYZ | 30.59 | 28.74 | 66.89 | - |
| YUV | 145.91 | 165.86 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 142 | 213 | 0.40 | 0.33 | 0 | 0.16 | 230.12 | 0.5 | 0.67 |
| Hex | 80 | 8E | D5 | 28 | 21 | 0 | 10 | E6 | 32 | 43 |
| Octal | 200 | 216 | 325 | 50 | 41 | 0 | 20 | 346 | 62 | 103 |
| Binary | 10000000 | 10001110 | 11010101 | 101000 | 100001 | 0 | 10000 | 11100110 | 110010 | 1000011 |
Color Harmonies of #808ED5
Complementary color
Monochromatic Colors of #808ED5
Black with #808ED5
Text Example
Text Example
White with #808ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808ED5; }
p { color: rgb(128,142,213); }
H1.HeaderClassName
{
color: #808ED5;
}
.AnyTagClassName
{
color: #808ED5;
}
</style>
background-color css
<style>
a { background-color: #808ED5; }
a { background-color: rgb(128,142,213); }
div.DivClassName
{
background-color: #808ED5;
}
.BgClassName
{
background-color: #808ED5;
}
</style>
border-color css
<style>
span { border-color: #808ED5; }
span { border-color: rgb(128,142,213); }
td.TdClassName
{
border-color: #808ED5;
}
.TagClassName
{
border-color: #808ED5;
}
</style>