Shades of Portage #86A0FB
Tints of Portage #86A0FB
RGB
CMYK
RGB Variations
Color information
#86A0FB (or 0x86A0FB) is known color: Portage. HEX triplet: 86, A0 and FB. RGB value is (134,160,251). Sum of RGB (Red+Green+Blue) = 134+160+251=545 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.59% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #86A0FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A0FB is #795F04. Grayscale: #A2A2A2. Windows color (decimal): -7954181 or 16490630. OLE color: 16490630.
HSL color Cylindrical-coordinate representation of color #86A0FB: hue angle of 226.67º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86A0FB is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 160 | 251 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.02 |
| HSL | 226.67º | 0.94% | 0.75% | - |
| HSV(B) | 226.67º | 0.47% | 0.98% | - |
| XYZ | 39.81 | 37.17 | 96.34 | - |
| YUV | 162.6 | 177.89 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 160 | 251 | 0.47 | 0.36 | 0 | 0.02 | 226.67 | 0.94 | 0.75 |
| Hex | 86 | A0 | FB | 2F | 24 | 0 | 2 | E3 | 5E | 4B |
| Octal | 206 | 240 | 373 | 57 | 44 | 0 | 2 | 343 | 136 | 113 |
| Binary | 10000110 | 10100000 | 11111011 | 101111 | 100100 | 0 | 10 | 11100011 | 1011110 | 1001011 |
Color Harmonies of #86A0FB
Complementary color
Monochromatic Colors of #86A0FB
Black with #86A0FB
Text Example
Text Example
White with #86A0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A0FB; }
p { color: rgb(134,160,251); }
H1.HeaderClassName
{
color: #86A0FB;
}
.AnyTagClassName
{
color: #86A0FB;
}
</style>
background-color css
<style>
a { background-color: #86A0FB; }
a { background-color: rgb(134,160,251); }
div.DivClassName
{
background-color: #86A0FB;
}
.BgClassName
{
background-color: #86A0FB;
}
</style>
border-color css
<style>
span { border-color: #86A0FB; }
span { border-color: rgb(134,160,251); }
td.TdClassName
{
border-color: #86A0FB;
}
.TagClassName
{
border-color: #86A0FB;
}
</style>