Shades of Portage #86A0E9
Tints of Portage #86A0E9
RGB
CMYK
RGB Variations
Color information
#86A0E9 (or 0x86A0E9) is known color: Portage. HEX triplet: 86, A0 and E9. RGB value is (134,160,233). Sum of RGB (Red+Green+Blue) = 134+160+233=527 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.43% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 233 (91.41% from 255 or 44.21% from 527); Max value from RGB is 233 - color contains mainly: blue. Hex color #86A0E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A0E9 is #795F16. Grayscale: #A0A0A0. Windows color (decimal): -7954199 or 15310982. OLE color: 15310982.
HSL color Cylindrical-coordinate representation of color #86A0E9: hue angle of 224.24º degrees, saturation: 0.69, 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 #86A0E9 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 160 | 233 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.09 |
| HSL | 224.24º | 0.69% | 0.72% | - |
| HSV(B) | 224.24º | 0.42% | 0.91% | - |
| XYZ | 37.11 | 36.09 | 82.1 | - |
| YUV | 160.55 | 168.89 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 160 | 233 | 0.42 | 0.31 | 0 | 0.09 | 224.24 | 0.69 | 0.72 |
| Hex | 86 | A0 | E9 | 2A | 1F | 0 | 9 | E0 | 45 | 48 |
| Octal | 206 | 240 | 351 | 52 | 37 | 0 | 11 | 340 | 105 | 110 |
| Binary | 10000110 | 10100000 | 11101001 | 101010 | 11111 | 0 | 1001 | 11100000 | 1000101 | 1001000 |
Color Harmonies of #86A0E9
Complementary color
Monochromatic Colors of #86A0E9
Black with #86A0E9
Text Example
Text Example
White with #86A0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A0E9; }
p { color: rgb(134,160,233); }
H1.HeaderClassName
{
color: #86A0E9;
}
.AnyTagClassName
{
color: #86A0E9;
}
</style>
background-color css
<style>
a { background-color: #86A0E9; }
a { background-color: rgb(134,160,233); }
div.DivClassName
{
background-color: #86A0E9;
}
.BgClassName
{
background-color: #86A0E9;
}
</style>
border-color css
<style>
span { border-color: #86A0E9; }
span { border-color: rgb(134,160,233); }
td.TdClassName
{
border-color: #86A0E9;
}
.TagClassName
{
border-color: #86A0E9;
}
</style>