Shades of Portage #8396EC
Tints of Portage #8396EC
RGB
CMYK
RGB Variations
Color information
#8396EC (or 0x8396EC) is known color: Portage. HEX triplet: 83, 96 and EC. RGB value is (131,150,236). Sum of RGB (Red+Green+Blue) = 131+150+236=517 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.34% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #8396EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8396EC is #7C6913. Grayscale: #999999. Windows color (decimal): -8153364 or 15505027. OLE color: 15505027.
HSL color Cylindrical-coordinate representation of color #8396EC: hue angle of 229.14º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8396EC is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 150 | 236 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.07 |
| HSL | 229.14º | 0.73% | 0.72% | - |
| HSV(B) | 229.14º | 0.44% | 0.93% | - |
| XYZ | 35.41 | 32.69 | 83.8 | - |
| YUV | 154.12 | 174.21 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 150 | 236 | 0.44 | 0.36 | 0 | 0.07 | 229.14 | 0.73 | 0.72 |
| Hex | 83 | 96 | EC | 2C | 24 | 0 | 7 | E5 | 49 | 48 |
| Octal | 203 | 226 | 354 | 54 | 44 | 0 | 7 | 345 | 111 | 110 |
| Binary | 10000011 | 10010110 | 11101100 | 101100 | 100100 | 0 | 111 | 11100101 | 1001001 | 1001000 |
Color Harmonies of #8396EC
Complementary color
Monochromatic Colors of #8396EC
Black with #8396EC
Text Example
Text Example
White with #8396EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8396EC; }
p { color: rgb(131,150,236); }
H1.HeaderClassName
{
color: #8396EC;
}
.AnyTagClassName
{
color: #8396EC;
}
</style>
background-color css
<style>
a { background-color: #8396EC; }
a { background-color: rgb(131,150,236); }
div.DivClassName
{
background-color: #8396EC;
}
.BgClassName
{
background-color: #8396EC;
}
</style>
border-color css
<style>
span { border-color: #8396EC; }
span { border-color: rgb(131,150,236); }
td.TdClassName
{
border-color: #8396EC;
}
.TagClassName
{
border-color: #8396EC;
}
</style>