Shades of Portage #8289EC
Tints of Portage #8289EC
RGB
CMYK
RGB Variations
Color information
#8289EC (or 0x8289EC) is known color: Portage. HEX triplet: 82, 89 and EC. RGB value is (130,137,236). Sum of RGB (Red+Green+Blue) = 130+137+236=503 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.84% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #8289EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8289EC is #7D7613. Grayscale: #919191. Windows color (decimal): -8222228 or 15501698. OLE color: 15501698.
HSL color Cylindrical-coordinate representation of color #8289EC: hue angle of 236.04º 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 #8289EC is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 137 | 236 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.07 |
| HSL | 236.04º | 0.74% | 0.72% | - |
| HSV(B) | 236.04º | 0.45% | 0.93% | - |
| XYZ | 33.29 | 28.69 | 83.14 | - |
| YUV | 146.19 | 178.68 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 236 | 0.45 | 0.42 | 0 | 0.07 | 236.04 | 0.74 | 0.72 |
| Hex | 82 | 89 | EC | 2D | 2A | 0 | 7 | EC | 4A | 48 |
| Octal | 202 | 211 | 354 | 55 | 52 | 0 | 7 | 354 | 112 | 110 |
| Binary | 10000010 | 10001001 | 11101100 | 101101 | 101010 | 0 | 111 | 11101100 | 1001010 | 1001000 |
Color Harmonies of #8289EC
Complementary color
Monochromatic Colors of #8289EC
Black with #8289EC
Text Example
Text Example
White with #8289EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8289EC; }
p { color: rgb(130,137,236); }
H1.HeaderClassName
{
color: #8289EC;
}
.AnyTagClassName
{
color: #8289EC;
}
</style>
background-color css
<style>
a { background-color: #8289EC; }
a { background-color: rgb(130,137,236); }
div.DivClassName
{
background-color: #8289EC;
}
.BgClassName
{
background-color: #8289EC;
}
</style>
border-color css
<style>
span { border-color: #8289EC; }
span { border-color: rgb(130,137,236); }
td.TdClassName
{
border-color: #8289EC;
}
.TagClassName
{
border-color: #8289EC;
}
</style>