Shades of Portage #8089EC
Tints of Portage #8089EC
RGB
CMYK
RGB Variations
Color information
#8089EC (or 0x8089EC) is known color: Portage. HEX triplet: 80, 89 and EC. RGB value is (128,137,236). Sum of RGB (Red+Green+Blue) = 128+137+236=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #8089EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8089EC is #7F7613. Grayscale: #919191. Windows color (decimal): -8353300 or 15501696. OLE color: 15501696.
HSL color Cylindrical-coordinate representation of color #8089EC: hue angle of 235º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8089EC is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 137 | 236 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.07 |
| HSL | 235º | 0.74% | 0.71% | - |
| HSV(B) | 235º | 0.46% | 0.93% | - |
| XYZ | 32.99 | 28.54 | 83.13 | - |
| YUV | 145.6 | 179.02 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 236 | 0.46 | 0.42 | 0 | 0.07 | 235 | 0.74 | 0.71 |
| Hex | 80 | 89 | EC | 2E | 2A | 0 | 7 | EB | 4A | 47 |
| Octal | 200 | 211 | 354 | 56 | 52 | 0 | 7 | 353 | 112 | 107 |
| Binary | 10000000 | 10001001 | 11101100 | 101110 | 101010 | 0 | 111 | 11101011 | 1001010 | 1000111 |
Color Harmonies of #8089EC
Complementary color
Monochromatic Colors of #8089EC
Black with #8089EC
Text Example
Text Example
White with #8089EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8089EC; }
p { color: rgb(128,137,236); }
H1.HeaderClassName
{
color: #8089EC;
}
.AnyTagClassName
{
color: #8089EC;
}
</style>
background-color css
<style>
a { background-color: #8089EC; }
a { background-color: rgb(128,137,236); }
div.DivClassName
{
background-color: #8089EC;
}
.BgClassName
{
background-color: #8089EC;
}
</style>
border-color css
<style>
span { border-color: #8089EC; }
span { border-color: rgb(128,137,236); }
td.TdClassName
{
border-color: #8089EC;
}
.TagClassName
{
border-color: #8089EC;
}
</style>