Shades of Portage #86A2EC
Tints of Portage #86A2EC
RGB
CMYK
RGB Variations
Color information
#86A2EC (or 0x86A2EC) is known color: Portage. HEX triplet: 86, A2 and EC. RGB value is (134,162,236). Sum of RGB (Red+Green+Blue) = 134+162+236=532 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.19% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #86A2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A2EC is #795D13. Grayscale: #A1A1A1. Windows color (decimal): -7953684 or 15508102. OLE color: 15508102.
HSL color Cylindrical-coordinate representation of color #86A2EC: hue angle of 223.53º 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 #86A2EC is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 162 | 236 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.07 |
| HSL | 223.53º | 0.73% | 0.73% | - |
| HSV(B) | 223.53º | 0.43% | 0.93% | - |
| XYZ | 37.89 | 36.97 | 84.49 | - |
| YUV | 162.06 | 169.72 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 162 | 236 | 0.43 | 0.31 | 0 | 0.07 | 223.53 | 0.73 | 0.73 |
| Hex | 86 | A2 | EC | 2B | 1F | 0 | 7 | E0 | 49 | 49 |
| Octal | 206 | 242 | 354 | 53 | 37 | 0 | 7 | 340 | 111 | 111 |
| Binary | 10000110 | 10100010 | 11101100 | 101011 | 11111 | 0 | 111 | 11100000 | 1001001 | 1001001 |
Color Harmonies of #86A2EC
Complementary color
Monochromatic Colors of #86A2EC
Black with #86A2EC
Text Example
Text Example
White with #86A2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A2EC; }
p { color: rgb(134,162,236); }
H1.HeaderClassName
{
color: #86A2EC;
}
.AnyTagClassName
{
color: #86A2EC;
}
</style>
background-color css
<style>
a { background-color: #86A2EC; }
a { background-color: rgb(134,162,236); }
div.DivClassName
{
background-color: #86A2EC;
}
.BgClassName
{
background-color: #86A2EC;
}
</style>
border-color css
<style>
span { border-color: #86A2EC; }
span { border-color: rgb(134,162,236); }
td.TdClassName
{
border-color: #86A2EC;
}
.TagClassName
{
border-color: #86A2EC;
}
</style>