Shades of Portage #8298F9
Tints of Portage #8298F9
RGB
CMYK
RGB Variations
Color information
#8298F9 (or 0x8298F9) is known color: Portage. HEX triplet: 82, 98 and F9. RGB value is (130,152,249). Sum of RGB (Red+Green+Blue) = 130+152+249=531 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.48% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #8298F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8298F9 is #7D6706. Grayscale: #9C9C9C. Windows color (decimal): -8218375 or 16357506. OLE color: 16357506.
HSL color Cylindrical-coordinate representation of color #8298F9: hue angle of 228.91º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8298F9 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 152 | 249 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.02 |
| HSL | 228.91º | 0.91% | 0.74% | - |
| HSV(B) | 228.91º | 0.48% | 0.98% | - |
| XYZ | 37.53 | 34.04 | 94.22 | - |
| YUV | 156.48 | 180.21 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 249 | 0.48 | 0.39 | 0 | 0.02 | 228.91 | 0.91 | 0.74 |
| Hex | 82 | 98 | F9 | 30 | 27 | 0 | 2 | E5 | 5B | 4A |
| Octal | 202 | 230 | 371 | 60 | 47 | 0 | 2 | 345 | 133 | 112 |
| Binary | 10000010 | 10011000 | 11111001 | 110000 | 100111 | 0 | 10 | 11100101 | 1011011 | 1001010 |
Color Harmonies of #8298F9
Complementary color
Monochromatic Colors of #8298F9
Black with #8298F9
Text Example
Text Example
White with #8298F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8298F9; }
p { color: rgb(130,152,249); }
H1.HeaderClassName
{
color: #8298F9;
}
.AnyTagClassName
{
color: #8298F9;
}
</style>
background-color css
<style>
a { background-color: #8298F9; }
a { background-color: rgb(130,152,249); }
div.DivClassName
{
background-color: #8298F9;
}
.BgClassName
{
background-color: #8298F9;
}
</style>
border-color css
<style>
span { border-color: #8298F9; }
span { border-color: rgb(130,152,249); }
td.TdClassName
{
border-color: #8298F9;
}
.TagClassName
{
border-color: #8298F9;
}
</style>