Shades of Portage #8086EE
Tints of Portage #8086EE
RGB
CMYK
RGB Variations
Color information
#8086EE (or 0x8086EE) is known color: Portage. HEX triplet: 80, 86 and EE. RGB value is (128,134,238). Sum of RGB (Red+Green+Blue) = 128+134+238=500 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.6% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #8086EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8086EE is #7F7911. Grayscale: #8F8F8F. Windows color (decimal): -8354066 or 15632000. OLE color: 15632000.
HSL color Cylindrical-coordinate representation of color #8086EE: hue angle of 236.73º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8086EE is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 134 | 238 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.07 |
| HSL | 236.73º | 0.76% | 0.72% | - |
| HSV(B) | 236.73º | 0.46% | 0.93% | - |
| XYZ | 32.86 | 27.81 | 84.53 | - |
| YUV | 144.06 | 181.01 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 238 | 0.46 | 0.44 | 0 | 0.07 | 236.73 | 0.76 | 0.72 |
| Hex | 80 | 86 | EE | 2E | 2C | 0 | 7 | ED | 4C | 48 |
| Octal | 200 | 206 | 356 | 56 | 54 | 0 | 7 | 355 | 114 | 110 |
| Binary | 10000000 | 10000110 | 11101110 | 101110 | 101100 | 0 | 111 | 11101101 | 1001100 | 1001000 |
Color Harmonies of #8086EE
Complementary color
Monochromatic Colors of #8086EE
Black with #8086EE
Text Example
Text Example
White with #8086EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8086EE; }
p { color: rgb(128,134,238); }
H1.HeaderClassName
{
color: #8086EE;
}
.AnyTagClassName
{
color: #8086EE;
}
</style>
background-color css
<style>
a { background-color: #8086EE; }
a { background-color: rgb(128,134,238); }
div.DivClassName
{
background-color: #8086EE;
}
.BgClassName
{
background-color: #8086EE;
}
</style>
border-color css
<style>
span { border-color: #8086EE; }
span { border-color: rgb(128,134,238); }
td.TdClassName
{
border-color: #8086EE;
}
.TagClassName
{
border-color: #8086EE;
}
</style>