Shades of Portage #8290EC
Tints of Portage #8290EC
RGB
CMYK
RGB Variations
Color information
#8290EC (or 0x8290EC) is known color: Portage. HEX triplet: 82, 90 and EC. RGB value is (130,144,236). Sum of RGB (Red+Green+Blue) = 130+144+236=510 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.49% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #8290EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8290EC is #7D6F13. Grayscale: #959595. Windows color (decimal): -8220436 or 15503490. OLE color: 15503490.
HSL color Cylindrical-coordinate representation of color #8290EC: hue angle of 232.08º 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 #8290EC is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 144 | 236 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.07 |
| HSL | 232.08º | 0.74% | 0.72% | - |
| HSV(B) | 232.08º | 0.45% | 0.93% | - |
| XYZ | 34.32 | 30.75 | 83.48 | - |
| YUV | 150.3 | 176.36 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 236 | 0.45 | 0.39 | 0 | 0.07 | 232.08 | 0.74 | 0.72 |
| Hex | 82 | 90 | EC | 2D | 27 | 0 | 7 | E8 | 4A | 48 |
| Octal | 202 | 220 | 354 | 55 | 47 | 0 | 7 | 350 | 112 | 110 |
| Binary | 10000010 | 10010000 | 11101100 | 101101 | 100111 | 0 | 111 | 11101000 | 1001010 | 1001000 |
Color Harmonies of #8290EC
Complementary color
Monochromatic Colors of #8290EC
Black with #8290EC
Text Example
Text Example
White with #8290EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8290EC; }
p { color: rgb(130,144,236); }
H1.HeaderClassName
{
color: #8290EC;
}
.AnyTagClassName
{
color: #8290EC;
}
</style>
background-color css
<style>
a { background-color: #8290EC; }
a { background-color: rgb(130,144,236); }
div.DivClassName
{
background-color: #8290EC;
}
.BgClassName
{
background-color: #8290EC;
}
</style>
border-color css
<style>
span { border-color: #8290EC; }
span { border-color: rgb(130,144,236); }
td.TdClassName
{
border-color: #8290EC;
}
.TagClassName
{
border-color: #8290EC;
}
</style>