Shades of Portage #86A1F2
Tints of Portage #86A1F2
RGB
CMYK
RGB Variations
Color information
#86A1F2 (or 0x86A1F2) is known color: Portage. HEX triplet: 86, A1 and F2. RGB value is (134,161,242). Sum of RGB (Red+Green+Blue) = 134+161+242=537 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.95% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #86A1F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A1F2 is #795E0D. Grayscale: #A1A1A1. Windows color (decimal): -7953934 or 15901062. OLE color: 15901062.
HSL color Cylindrical-coordinate representation of color #86A1F2: hue angle of 225º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86A1F2 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 161 | 242 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.05 |
| HSL | 225º | 0.81% | 0.74% | - |
| HSV(B) | 225º | 0.45% | 0.95% | - |
| XYZ | 38.6 | 36.97 | 89.11 | - |
| YUV | 162.16 | 173.05 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 161 | 242 | 0.45 | 0.33 | 0 | 0.05 | 225 | 0.81 | 0.74 |
| Hex | 86 | A1 | F2 | 2D | 21 | 0 | 5 | E1 | 51 | 4A |
| Octal | 206 | 241 | 362 | 55 | 41 | 0 | 5 | 341 | 121 | 112 |
| Binary | 10000110 | 10100001 | 11110010 | 101101 | 100001 | 0 | 101 | 11100001 | 1010001 | 1001010 |
Color Harmonies of #86A1F2
Complementary color
Monochromatic Colors of #86A1F2
Black with #86A1F2
Text Example
Text Example
White with #86A1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A1F2; }
p { color: rgb(134,161,242); }
H1.HeaderClassName
{
color: #86A1F2;
}
.AnyTagClassName
{
color: #86A1F2;
}
</style>
background-color css
<style>
a { background-color: #86A1F2; }
a { background-color: rgb(134,161,242); }
div.DivClassName
{
background-color: #86A1F2;
}
.BgClassName
{
background-color: #86A1F2;
}
</style>
border-color css
<style>
span { border-color: #86A1F2; }
span { border-color: rgb(134,161,242); }
td.TdClassName
{
border-color: #86A1F2;
}
.TagClassName
{
border-color: #86A1F2;
}
</style>