Shades of Portage #8298FA
Tints of Portage #8298FA
RGB
CMYK
RGB Variations
Color information
#8298FA (or 0x8298FA) is known color: Portage. HEX triplet: 82, 98 and FA. RGB value is (130,152,250). Sum of RGB (Red+Green+Blue) = 130+152+250=532 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.44% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #8298FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8298FA is #7D6705. Grayscale: #9C9C9C. Windows color (decimal): -8218374 or 16423042. OLE color: 16423042.
HSL color Cylindrical-coordinate representation of color #8298FA: hue angle of 229º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8298FA is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 152 | 250 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.02 |
| HSL | 229º | 0.92% | 0.75% | - |
| HSV(B) | 229º | 0.48% | 0.98% | - |
| XYZ | 37.69 | 34.1 | 95.04 | - |
| YUV | 156.59 | 180.71 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 250 | 0.48 | 0.39 | 0 | 0.02 | 229 | 0.92 | 0.75 |
| Hex | 82 | 98 | FA | 30 | 27 | 0 | 2 | E5 | 5C | 4B |
| Octal | 202 | 230 | 372 | 60 | 47 | 0 | 2 | 345 | 134 | 113 |
| Binary | 10000010 | 10011000 | 11111010 | 110000 | 100111 | 0 | 10 | 11100101 | 1011100 | 1001011 |
Color Harmonies of #8298FA
Complementary color
Monochromatic Colors of #8298FA
Black with #8298FA
Text Example
Text Example
White with #8298FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8298FA; }
p { color: rgb(130,152,250); }
H1.HeaderClassName
{
color: #8298FA;
}
.AnyTagClassName
{
color: #8298FA;
}
</style>
background-color css
<style>
a { background-color: #8298FA; }
a { background-color: rgb(130,152,250); }
div.DivClassName
{
background-color: #8298FA;
}
.BgClassName
{
background-color: #8298FA;
}
</style>
border-color css
<style>
span { border-color: #8298FA; }
span { border-color: rgb(130,152,250); }
td.TdClassName
{
border-color: #8298FA;
}
.TagClassName
{
border-color: #8298FA;
}
</style>