Shades of Portage #8298EA
Tints of Portage #8298EA
RGB
CMYK
RGB Variations
Color information
#8298EA (or 0x8298EA) is known color: Portage. HEX triplet: 82, 98 and EA. RGB value is (130,152,234). Sum of RGB (Red+Green+Blue) = 130+152+234=516 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.19% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #8298EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8298EA is #7D6715. Grayscale: #9A9A9A. Windows color (decimal): -8218390 or 15374466. OLE color: 15374466.
HSL color Cylindrical-coordinate representation of color #8298EA: hue angle of 227.31º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8298EA is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 152 | 234 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.08 |
| HSL | 227.31º | 0.71% | 0.71% | - |
| HSV(B) | 227.31º | 0.44% | 0.92% | - |
| XYZ | 35.29 | 33.14 | 82.38 | - |
| YUV | 154.77 | 172.71 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 234 | 0.44 | 0.35 | 0 | 0.08 | 227.31 | 0.71 | 0.71 |
| Hex | 82 | 98 | EA | 2C | 23 | 0 | 8 | E3 | 47 | 47 |
| Octal | 202 | 230 | 352 | 54 | 43 | 0 | 10 | 343 | 107 | 107 |
| Binary | 10000010 | 10011000 | 11101010 | 101100 | 100011 | 0 | 1000 | 11100011 | 1000111 | 1000111 |
Color Harmonies of #8298EA
Complementary color
Monochromatic Colors of #8298EA
Black with #8298EA
Text Example
Text Example
White with #8298EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8298EA; }
p { color: rgb(130,152,234); }
H1.HeaderClassName
{
color: #8298EA;
}
.AnyTagClassName
{
color: #8298EA;
}
</style>
background-color css
<style>
a { background-color: #8298EA; }
a { background-color: rgb(130,152,234); }
div.DivClassName
{
background-color: #8298EA;
}
.BgClassName
{
background-color: #8298EA;
}
</style>
border-color css
<style>
span { border-color: #8298EA; }
span { border-color: rgb(130,152,234); }
td.TdClassName
{
border-color: #8298EA;
}
.TagClassName
{
border-color: #8298EA;
}
</style>