Shades of Portage #8498F0
Tints of Portage #8498F0
RGB
CMYK
RGB Variations
Color information
#8498F0 (or 0x8498F0) is known color: Portage. HEX triplet: 84, 98 and F0. RGB value is (132,152,240). Sum of RGB (Red+Green+Blue) = 132+152+240=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #8498F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8498F0 is #7B670F. Grayscale: #9B9B9B. Windows color (decimal): -8087312 or 15767684. OLE color: 15767684.
HSL color Cylindrical-coordinate representation of color #8498F0: hue angle of 228.89º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8498F0 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 152 | 240 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.06 |
| HSL | 228.89º | 0.78% | 0.73% | - |
| HSV(B) | 228.89º | 0.45% | 0.94% | - |
| XYZ | 36.47 | 33.65 | 87.01 | - |
| YUV | 156.05 | 175.37 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 152 | 240 | 0.45 | 0.37 | 0 | 0.06 | 228.89 | 0.78 | 0.73 |
| Hex | 84 | 98 | F0 | 2D | 25 | 0 | 6 | E5 | 4E | 49 |
| Octal | 204 | 230 | 360 | 55 | 45 | 0 | 6 | 345 | 116 | 111 |
| Binary | 10000100 | 10011000 | 11110000 | 101101 | 100101 | 0 | 110 | 11100101 | 1001110 | 1001001 |
Color Harmonies of #8498F0
Complementary color
Monochromatic Colors of #8498F0
Black with #8498F0
Text Example
Text Example
White with #8498F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8498F0; }
p { color: rgb(132,152,240); }
H1.HeaderClassName
{
color: #8498F0;
}
.AnyTagClassName
{
color: #8498F0;
}
</style>
background-color css
<style>
a { background-color: #8498F0; }
a { background-color: rgb(132,152,240); }
div.DivClassName
{
background-color: #8498F0;
}
.BgClassName
{
background-color: #8498F0;
}
</style>
border-color css
<style>
span { border-color: #8498F0; }
span { border-color: rgb(132,152,240); }
td.TdClassName
{
border-color: #8498F0;
}
.TagClassName
{
border-color: #8498F0;
}
</style>