Shades of Portage #8696EC
Tints of Portage #8696EC
RGB
CMYK
RGB Variations
Color information
#8696EC (or 0x8696EC) is known color: Portage. HEX triplet: 86, 96 and EC. RGB value is (134,150,236). Sum of RGB (Red+Green+Blue) = 134+150+236=520 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.77% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #8696EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8696EC is #796913. Grayscale: #9A9A9A. Windows color (decimal): -7956756 or 15505030. OLE color: 15505030.
HSL color Cylindrical-coordinate representation of color #8696EC: hue angle of 230.59º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8696EC is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 150 | 236 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.07 |
| HSL | 230.59º | 0.73% | 0.73% | - |
| HSV(B) | 230.59º | 0.43% | 0.93% | - |
| XYZ | 35.88 | 32.94 | 83.82 | - |
| YUV | 155.02 | 173.7 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 150 | 236 | 0.43 | 0.36 | 0 | 0.07 | 230.59 | 0.73 | 0.73 |
| Hex | 86 | 96 | EC | 2B | 24 | 0 | 7 | E7 | 49 | 49 |
| Octal | 206 | 226 | 354 | 53 | 44 | 0 | 7 | 347 | 111 | 111 |
| Binary | 10000110 | 10010110 | 11101100 | 101011 | 100100 | 0 | 111 | 11100111 | 1001001 | 1001001 |
Color Harmonies of #8696EC
Complementary color
Monochromatic Colors of #8696EC
Black with #8696EC
Text Example
Text Example
White with #8696EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8696EC; }
p { color: rgb(134,150,236); }
H1.HeaderClassName
{
color: #8696EC;
}
.AnyTagClassName
{
color: #8696EC;
}
</style>
background-color css
<style>
a { background-color: #8696EC; }
a { background-color: rgb(134,150,236); }
div.DivClassName
{
background-color: #8696EC;
}
.BgClassName
{
background-color: #8696EC;
}
</style>
border-color css
<style>
span { border-color: #8696EC; }
span { border-color: rgb(134,150,236); }
td.TdClassName
{
border-color: #8696EC;
}
.TagClassName
{
border-color: #8696EC;
}
</style>