Shades of Portage #86A0E8
Tints of Portage #86A0E8
RGB
CMYK
RGB Variations
Color information
#86A0E8 (or 0x86A0E8) is known color: Portage. HEX triplet: 86, A0 and E8. RGB value is (134,160,232). Sum of RGB (Red+Green+Blue) = 134+160+232=526 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.48% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 232 (91.02% from 255 or 44.11% from 526); Max value from RGB is 232 - color contains mainly: blue. Hex color #86A0E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A0E8 is #795F17. Grayscale: #A0A0A0. Windows color (decimal): -7954200 or 15245446. OLE color: 15245446.
HSL color Cylindrical-coordinate representation of color #86A0E8: hue angle of 224.08º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86A0E8 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 160 | 232 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.09 |
| HSL | 224.08º | 0.68% | 0.72% | - |
| HSV(B) | 224.08º | 0.42% | 0.91% | - |
| XYZ | 36.97 | 36.04 | 81.35 | - |
| YUV | 160.43 | 168.39 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 160 | 232 | 0.42 | 0.31 | 0 | 0.09 | 224.08 | 0.68 | 0.72 |
| Hex | 86 | A0 | E8 | 2A | 1F | 0 | 9 | E0 | 44 | 48 |
| Octal | 206 | 240 | 350 | 52 | 37 | 0 | 11 | 340 | 104 | 110 |
| Binary | 10000110 | 10100000 | 11101000 | 101010 | 11111 | 0 | 1001 | 11100000 | 1000100 | 1001000 |
Color Harmonies of #86A0E8
Complementary color
Monochromatic Colors of #86A0E8
Black with #86A0E8
Text Example
Text Example
White with #86A0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A0E8; }
p { color: rgb(134,160,232); }
H1.HeaderClassName
{
color: #86A0E8;
}
.AnyTagClassName
{
color: #86A0E8;
}
</style>
background-color css
<style>
a { background-color: #86A0E8; }
a { background-color: rgb(134,160,232); }
div.DivClassName
{
background-color: #86A0E8;
}
.BgClassName
{
background-color: #86A0E8;
}
</style>
border-color css
<style>
span { border-color: #86A0E8; }
span { border-color: rgb(134,160,232); }
td.TdClassName
{
border-color: #86A0E8;
}
.TagClassName
{
border-color: #86A0E8;
}
</style>