Shades of Portage #808CEA
Tints of Portage #808CEA
RGB
CMYK
RGB Variations
Color information
#808CEA (or 0x808CEA) is known color: Portage. HEX triplet: 80, 8C and EA. RGB value is (128,140,234). Sum of RGB (Red+Green+Blue) = 128+140+234=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #808CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808CEA is #7F7315. Grayscale: #929292. Windows color (decimal): -8352534 or 15371392. OLE color: 15371392.
HSL color Cylindrical-coordinate representation of color #808CEA: hue angle of 233.21º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #808CEA is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 140 | 234 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.08 |
| HSL | 233.21º | 0.72% | 0.71% | - |
| HSV(B) | 233.21º | 0.45% | 0.92% | - |
| XYZ | 33.13 | 29.29 | 81.75 | - |
| YUV | 147.13 | 177.02 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 234 | 0.45 | 0.40 | 0 | 0.08 | 233.21 | 0.72 | 0.71 |
| Hex | 80 | 8C | EA | 2D | 28 | 0 | 8 | E9 | 48 | 47 |
| Octal | 200 | 214 | 352 | 55 | 50 | 0 | 10 | 351 | 110 | 107 |
| Binary | 10000000 | 10001100 | 11101010 | 101101 | 101000 | 0 | 1000 | 11101001 | 1001000 | 1000111 |
Color Harmonies of #808CEA
Complementary color
Monochromatic Colors of #808CEA
Black with #808CEA
Text Example
Text Example
White with #808CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808CEA; }
p { color: rgb(128,140,234); }
H1.HeaderClassName
{
color: #808CEA;
}
.AnyTagClassName
{
color: #808CEA;
}
</style>
background-color css
<style>
a { background-color: #808CEA; }
a { background-color: rgb(128,140,234); }
div.DivClassName
{
background-color: #808CEA;
}
.BgClassName
{
background-color: #808CEA;
}
</style>
border-color css
<style>
span { border-color: #808CEA; }
span { border-color: rgb(128,140,234); }
td.TdClassName
{
border-color: #808CEA;
}
.TagClassName
{
border-color: #808CEA;
}
</style>