Shades of Portage #8498F3
Tints of Portage #8498F3
RGB
CMYK
RGB Variations
Color information
#8498F3 (or 0x8498F3) is known color: Portage. HEX triplet: 84, 98 and F3. RGB value is (132,152,243). Sum of RGB (Red+Green+Blue) = 132+152+243=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #8498F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8498F3 is #7B670C. Grayscale: #9C9C9C. Windows color (decimal): -8087309 or 15964292. OLE color: 15964292.
HSL color Cylindrical-coordinate representation of color #8498F3: hue angle of 229.19º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8498F3 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 152 | 243 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.05 |
| HSL | 229.19º | 0.82% | 0.74% | - |
| HSV(B) | 229.19º | 0.46% | 0.95% | - |
| XYZ | 36.92 | 33.83 | 89.38 | - |
| YUV | 156.39 | 176.87 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 152 | 243 | 0.46 | 0.37 | 0 | 0.05 | 229.19 | 0.82 | 0.74 |
| Hex | 84 | 98 | F3 | 2E | 25 | 0 | 5 | E5 | 52 | 4A |
| Octal | 204 | 230 | 363 | 56 | 45 | 0 | 5 | 345 | 122 | 112 |
| Binary | 10000100 | 10011000 | 11110011 | 101110 | 100101 | 0 | 101 | 11100101 | 1010010 | 1001010 |
Color Harmonies of #8498F3
Complementary color
Monochromatic Colors of #8498F3
Black with #8498F3
Text Example
Text Example
White with #8498F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8498F3; }
p { color: rgb(132,152,243); }
H1.HeaderClassName
{
color: #8498F3;
}
.AnyTagClassName
{
color: #8498F3;
}
</style>
background-color css
<style>
a { background-color: #8498F3; }
a { background-color: rgb(132,152,243); }
div.DivClassName
{
background-color: #8498F3;
}
.BgClassName
{
background-color: #8498F3;
}
</style>
border-color css
<style>
span { border-color: #8498F3; }
span { border-color: rgb(132,152,243); }
td.TdClassName
{
border-color: #8498F3;
}
.TagClassName
{
border-color: #8498F3;
}
</style>