Shades of Portage #86A0EC
Tints of Portage #86A0EC
RGB
CMYK
RGB Variations
Color information
#86A0EC (or 0x86A0EC) is known color: Portage. HEX triplet: 86, A0 and EC. RGB value is (134,160,236). Sum of RGB (Red+Green+Blue) = 134+160+236=530 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.28% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #86A0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A0EC is #795F13. Grayscale: #A0A0A0. Windows color (decimal): -7954196 or 15507590. OLE color: 15507590.
HSL color Cylindrical-coordinate representation of color #86A0EC: hue angle of 224.71º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86A0EC is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 160 | 236 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.07 |
| HSL | 224.71º | 0.73% | 0.73% | - |
| HSV(B) | 224.71º | 0.43% | 0.93% | - |
| XYZ | 37.54 | 36.27 | 84.38 | - |
| YUV | 160.89 | 170.39 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 160 | 236 | 0.43 | 0.32 | 0 | 0.07 | 224.71 | 0.73 | 0.73 |
| Hex | 86 | A0 | EC | 2B | 20 | 0 | 7 | E1 | 49 | 49 |
| Octal | 206 | 240 | 354 | 53 | 40 | 0 | 7 | 341 | 111 | 111 |
| Binary | 10000110 | 10100000 | 11101100 | 101011 | 100000 | 0 | 111 | 11100001 | 1001001 | 1001001 |
Color Harmonies of #86A0EC
Complementary color
Monochromatic Colors of #86A0EC
Black with #86A0EC
Text Example
Text Example
White with #86A0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A0EC; }
p { color: rgb(134,160,236); }
H1.HeaderClassName
{
color: #86A0EC;
}
.AnyTagClassName
{
color: #86A0EC;
}
</style>
background-color css
<style>
a { background-color: #86A0EC; }
a { background-color: rgb(134,160,236); }
div.DivClassName
{
background-color: #86A0EC;
}
.BgClassName
{
background-color: #86A0EC;
}
</style>
border-color css
<style>
span { border-color: #86A0EC; }
span { border-color: rgb(134,160,236); }
td.TdClassName
{
border-color: #86A0EC;
}
.TagClassName
{
border-color: #86A0EC;
}
</style>