Shades of Portage #8294EC
Tints of Portage #8294EC
RGB
CMYK
RGB Variations
Color information
#8294EC (or 0x8294EC) is known color: Portage. HEX triplet: 82, 94 and EC. RGB value is (130,148,236). Sum of RGB (Red+Green+Blue) = 130+148+236=514 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.29% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #8294EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8294EC is #7D6B13. Grayscale: #989898. Windows color (decimal): -8219412 or 15504514. OLE color: 15504514.
HSL color Cylindrical-coordinate representation of color #8294EC: hue angle of 229.81º 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 #8294EC is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 148 | 236 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.07 |
| HSL | 229.81º | 0.74% | 0.72% | - |
| HSV(B) | 229.81º | 0.45% | 0.93% | - |
| XYZ | 34.94 | 31.98 | 83.69 | - |
| YUV | 152.65 | 175.04 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 148 | 236 | 0.45 | 0.37 | 0 | 0.07 | 229.81 | 0.74 | 0.72 |
| Hex | 82 | 94 | EC | 2D | 25 | 0 | 7 | E6 | 4A | 48 |
| Octal | 202 | 224 | 354 | 55 | 45 | 0 | 7 | 346 | 112 | 110 |
| Binary | 10000010 | 10010100 | 11101100 | 101101 | 100101 | 0 | 111 | 11100110 | 1001010 | 1001000 |
Color Harmonies of #8294EC
Complementary color
Monochromatic Colors of #8294EC
Black with #8294EC
Text Example
Text Example
White with #8294EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8294EC; }
p { color: rgb(130,148,236); }
H1.HeaderClassName
{
color: #8294EC;
}
.AnyTagClassName
{
color: #8294EC;
}
</style>
background-color css
<style>
a { background-color: #8294EC; }
a { background-color: rgb(130,148,236); }
div.DivClassName
{
background-color: #8294EC;
}
.BgClassName
{
background-color: #8294EC;
}
</style>
border-color css
<style>
span { border-color: #8294EC; }
span { border-color: rgb(130,148,236); }
td.TdClassName
{
border-color: #8294EC;
}
.TagClassName
{
border-color: #8294EC;
}
</style>