Shades of Portage #8296EC
Tints of Portage #8296EC
RGB
CMYK
RGB Variations
Color information
#8296EC (or 0x8296EC) is known color: Portage. HEX triplet: 82, 96 and EC. RGB value is (130,150,236). Sum of RGB (Red+Green+Blue) = 130+150+236=516 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.19% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #8296EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8296EC is #7D6913. Grayscale: #999999. Windows color (decimal): -8218900 or 15505026. OLE color: 15505026.
HSL color Cylindrical-coordinate representation of color #8296EC: hue angle of 228.68º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8296EC is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 150 | 236 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.07 |
| HSL | 228.68º | 0.74% | 0.72% | - |
| HSV(B) | 228.68º | 0.45% | 0.93% | - |
| XYZ | 35.25 | 32.61 | 83.79 | - |
| YUV | 153.82 | 174.37 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 150 | 236 | 0.45 | 0.36 | 0 | 0.07 | 228.68 | 0.74 | 0.72 |
| Hex | 82 | 96 | EC | 2D | 24 | 0 | 7 | E5 | 4A | 48 |
| Octal | 202 | 226 | 354 | 55 | 44 | 0 | 7 | 345 | 112 | 110 |
| Binary | 10000010 | 10010110 | 11101100 | 101101 | 100100 | 0 | 111 | 11100101 | 1001010 | 1001000 |
Color Harmonies of #8296EC
Complementary color
Monochromatic Colors of #8296EC
Black with #8296EC
Text Example
Text Example
White with #8296EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8296EC; }
p { color: rgb(130,150,236); }
H1.HeaderClassName
{
color: #8296EC;
}
.AnyTagClassName
{
color: #8296EC;
}
</style>
background-color css
<style>
a { background-color: #8296EC; }
a { background-color: rgb(130,150,236); }
div.DivClassName
{
background-color: #8296EC;
}
.BgClassName
{
background-color: #8296EC;
}
</style>
border-color css
<style>
span { border-color: #8296EC; }
span { border-color: rgb(130,150,236); }
td.TdClassName
{
border-color: #8296EC;
}
.TagClassName
{
border-color: #8296EC;
}
</style>