Shades of Portage #808CE5
Tints of Portage #808CE5
RGB
CMYK
RGB Variations
Color information
#808CE5 (or 0x808CE5) is known color: Portage. HEX triplet: 80, 8C and E5. RGB value is (128,140,229). Sum of RGB (Red+Green+Blue) = 128+140+229=497 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.75% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #808CE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808CE5 is #7F731A. Grayscale: #929292. Windows color (decimal): -8352539 or 15043712. OLE color: 15043712.
HSL color Cylindrical-coordinate representation of color #808CE5: hue angle of 232.87º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #808CE5 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 140 | 229 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.10 |
| HSL | 232.87º | 0.66% | 0.7% | - |
| HSV(B) | 232.87º | 0.44% | 0.9% | - |
| XYZ | 32.42 | 29 | 78.02 | - |
| YUV | 146.56 | 174.52 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 229 | 0.44 | 0.39 | 0 | 0.10 | 232.87 | 0.66 | 0.7 |
| Hex | 80 | 8C | E5 | 2C | 27 | 0 | A | E9 | 42 | 46 |
| Octal | 200 | 214 | 345 | 54 | 47 | 0 | 12 | 351 | 102 | 106 |
| Binary | 10000000 | 10001100 | 11100101 | 101100 | 100111 | 0 | 1010 | 11101001 | 1000010 | 1000110 |
Color Harmonies of #808CE5
Complementary color
Monochromatic Colors of #808CE5
Black with #808CE5
Text Example
Text Example
White with #808CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808CE5; }
p { color: rgb(128,140,229); }
H1.HeaderClassName
{
color: #808CE5;
}
.AnyTagClassName
{
color: #808CE5;
}
</style>
background-color css
<style>
a { background-color: #808CE5; }
a { background-color: rgb(128,140,229); }
div.DivClassName
{
background-color: #808CE5;
}
.BgClassName
{
background-color: #808CE5;
}
</style>
border-color css
<style>
span { border-color: #808CE5; }
span { border-color: rgb(128,140,229); }
td.TdClassName
{
border-color: #808CE5;
}
.TagClassName
{
border-color: #808CE5;
}
</style>