Shades of Portage #86A0DC
Tints of Portage #86A0DC
RGB
CMYK
RGB Variations
Color information
#86A0DC (or 0x86A0DC) is known color: Portage. HEX triplet: 86, A0 and DC. RGB value is (134,160,220). Sum of RGB (Red+Green+Blue) = 134+160+220=514 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.07% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #86A0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A0DC is #795F23. Grayscale: #9E9E9E. Windows color (decimal): -7954212 or 14459014. OLE color: 14459014.
HSL color Cylindrical-coordinate representation of color #86A0DC: hue angle of 221.86º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86A0DC is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 160 | 220 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.14 |
| HSL | 221.86º | 0.55% | 0.69% | - |
| HSV(B) | 221.86º | 0.39% | 0.86% | - |
| XYZ | 35.32 | 35.38 | 72.68 | - |
| YUV | 159.07 | 162.39 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 160 | 220 | 0.39 | 0.27 | 0 | 0.14 | 221.86 | 0.55 | 0.69 |
| Hex | 86 | A0 | DC | 27 | 1B | 0 | E | DE | 37 | 45 |
| Octal | 206 | 240 | 334 | 47 | 33 | 0 | 16 | 336 | 67 | 105 |
| Binary | 10000110 | 10100000 | 11011100 | 100111 | 11011 | 0 | 1110 | 11011110 | 110111 | 1000101 |
Color Harmonies of #86A0DC
Complementary color
Monochromatic Colors of #86A0DC
Black with #86A0DC
Text Example
Text Example
White with #86A0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A0DC; }
p { color: rgb(134,160,220); }
H1.HeaderClassName
{
color: #86A0DC;
}
.AnyTagClassName
{
color: #86A0DC;
}
</style>
background-color css
<style>
a { background-color: #86A0DC; }
a { background-color: rgb(134,160,220); }
div.DivClassName
{
background-color: #86A0DC;
}
.BgClassName
{
background-color: #86A0DC;
}
</style>
border-color css
<style>
span { border-color: #86A0DC; }
span { border-color: rgb(134,160,220); }
td.TdClassName
{
border-color: #86A0DC;
}
.TagClassName
{
border-color: #86A0DC;
}
</style>