Shades of Portage #8298F6
Tints of Portage #8298F6
RGB
CMYK
RGB Variations
Color information
#8298F6 (or 0x8298F6) is known color: Portage. HEX triplet: 82, 98 and F6. RGB value is (130,152,246). Sum of RGB (Red+Green+Blue) = 130+152+246=528 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.62% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 246 (96.48% from 255 or 46.59% from 528); Max value from RGB is 246 - color contains mainly: blue. Hex color #8298F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8298F6 is #7D6709. Grayscale: #9B9B9B. Windows color (decimal): -8218378 or 16160898. OLE color: 16160898.
HSL color Cylindrical-coordinate representation of color #8298F6: hue angle of 228.62º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8298F6 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 152 | 246 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.04 |
| HSL | 228.62º | 0.87% | 0.74% | - |
| HSV(B) | 228.62º | 0.47% | 0.96% | - |
| XYZ | 37.07 | 33.86 | 91.77 | - |
| YUV | 156.14 | 178.71 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 246 | 0.47 | 0.38 | 0 | 0.04 | 228.62 | 0.87 | 0.74 |
| Hex | 82 | 98 | F6 | 2F | 26 | 0 | 4 | E5 | 57 | 4A |
| Octal | 202 | 230 | 366 | 57 | 46 | 0 | 4 | 345 | 127 | 112 |
| Binary | 10000010 | 10011000 | 11110110 | 101111 | 100110 | 0 | 100 | 11100101 | 1010111 | 1001010 |
Color Harmonies of #8298F6
Complementary color
Monochromatic Colors of #8298F6
Black with #8298F6
Text Example
Text Example
White with #8298F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8298F6; }
p { color: rgb(130,152,246); }
H1.HeaderClassName
{
color: #8298F6;
}
.AnyTagClassName
{
color: #8298F6;
}
</style>
background-color css
<style>
a { background-color: #8298F6; }
a { background-color: rgb(130,152,246); }
div.DivClassName
{
background-color: #8298F6;
}
.BgClassName
{
background-color: #8298F6;
}
</style>
border-color css
<style>
span { border-color: #8298F6; }
span { border-color: rgb(130,152,246); }
td.TdClassName
{
border-color: #8298F6;
}
.TagClassName
{
border-color: #8298F6;
}
</style>