Shades of Portage #8084EA
Tints of Portage #8084EA
RGB
CMYK
RGB Variations
Color information
#8084EA (or 0x8084EA) is known color: Portage. HEX triplet: 80, 84 and EA. RGB value is (128,132,234). Sum of RGB (Red+Green+Blue) = 128+132+234=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #8084EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8084EA is #7F7B15. Grayscale: #8E8E8E. Windows color (decimal): -8354582 or 15369344. OLE color: 15369344.
HSL color Cylindrical-coordinate representation of color #8084EA: hue angle of 237.74º 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 #8084EA is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 132 | 234 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.08 |
| HSL | 237.74º | 0.72% | 0.71% | - |
| HSV(B) | 237.74º | 0.45% | 0.92% | - |
| XYZ | 32 | 27.03 | 81.37 | - |
| YUV | 142.43 | 179.67 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 234 | 0.45 | 0.44 | 0 | 0.08 | 237.74 | 0.72 | 0.71 |
| Hex | 80 | 84 | EA | 2D | 2C | 0 | 8 | EE | 48 | 47 |
| Octal | 200 | 204 | 352 | 55 | 54 | 0 | 10 | 356 | 110 | 107 |
| Binary | 10000000 | 10000100 | 11101010 | 101101 | 101100 | 0 | 1000 | 11101110 | 1001000 | 1000111 |
Color Harmonies of #8084EA
Complementary color
Monochromatic Colors of #8084EA
Black with #8084EA
Text Example
Text Example
White with #8084EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8084EA; }
p { color: rgb(128,132,234); }
H1.HeaderClassName
{
color: #8084EA;
}
.AnyTagClassName
{
color: #8084EA;
}
</style>
background-color css
<style>
a { background-color: #8084EA; }
a { background-color: rgb(128,132,234); }
div.DivClassName
{
background-color: #8084EA;
}
.BgClassName
{
background-color: #8084EA;
}
</style>
border-color css
<style>
span { border-color: #8084EA; }
span { border-color: rgb(128,132,234); }
td.TdClassName
{
border-color: #8084EA;
}
.TagClassName
{
border-color: #8084EA;
}
</style>