Shades of Portage #86A1EE
Tints of Portage #86A1EE
RGB
CMYK
RGB Variations
Color information
#86A1EE (or 0x86A1EE) is known color: Portage. HEX triplet: 86, A1 and EE. RGB value is (134,161,238). Sum of RGB (Red+Green+Blue) = 134+161+238=533 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.14% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #86A1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A1EE is #795E11. Grayscale: #A1A1A1. Windows color (decimal): -7953938 or 15638918. OLE color: 15638918.
HSL color Cylindrical-coordinate representation of color #86A1EE: hue angle of 224.42º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86A1EE is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 161 | 238 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.07 |
| HSL | 224.42º | 0.75% | 0.73% | - |
| HSV(B) | 224.42º | 0.44% | 0.93% | - |
| XYZ | 38.01 | 36.73 | 85.98 | - |
| YUV | 161.71 | 171.05 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 161 | 238 | 0.44 | 0.32 | 0 | 0.07 | 224.42 | 0.75 | 0.73 |
| Hex | 86 | A1 | EE | 2C | 20 | 0 | 7 | E0 | 4B | 49 |
| Octal | 206 | 241 | 356 | 54 | 40 | 0 | 7 | 340 | 113 | 111 |
| Binary | 10000110 | 10100001 | 11101110 | 101100 | 100000 | 0 | 111 | 11100000 | 1001011 | 1001001 |
Color Harmonies of #86A1EE
Complementary color
Monochromatic Colors of #86A1EE
Black with #86A1EE
Text Example
Text Example
White with #86A1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A1EE; }
p { color: rgb(134,161,238); }
H1.HeaderClassName
{
color: #86A1EE;
}
.AnyTagClassName
{
color: #86A1EE;
}
</style>
background-color css
<style>
a { background-color: #86A1EE; }
a { background-color: rgb(134,161,238); }
div.DivClassName
{
background-color: #86A1EE;
}
.BgClassName
{
background-color: #86A1EE;
}
</style>
border-color css
<style>
span { border-color: #86A1EE; }
span { border-color: rgb(134,161,238); }
td.TdClassName
{
border-color: #86A1EE;
}
.TagClassName
{
border-color: #86A1EE;
}
</style>