Shades of Portage #8490FA
Tints of Portage #8490FA
RGB
CMYK
RGB Variations
Color information
#8490FA (or 0x8490FA) is known color: Portage. HEX triplet: 84, 90 and FA. RGB value is (132,144,250). Sum of RGB (Red+Green+Blue) = 132+144+250=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #8490FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8490FA is #7B6F05. Grayscale: #989898. Windows color (decimal): -8089350 or 16420996. OLE color: 16420996.
HSL color Cylindrical-coordinate representation of color #8490FA: hue angle of 233.9º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8490FA is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 144 | 250 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.02 |
| HSL | 233.9º | 0.92% | 0.75% | - |
| HSV(B) | 233.9º | 0.47% | 0.98% | - |
| XYZ | 36.74 | 31.75 | 94.64 | - |
| YUV | 152.5 | 183.02 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 250 | 0.47 | 0.42 | 0 | 0.02 | 233.9 | 0.92 | 0.75 |
| Hex | 84 | 90 | FA | 2F | 2A | 0 | 2 | EA | 5C | 4B |
| Octal | 204 | 220 | 372 | 57 | 52 | 0 | 2 | 352 | 134 | 113 |
| Binary | 10000100 | 10010000 | 11111010 | 101111 | 101010 | 0 | 10 | 11101010 | 1011100 | 1001011 |
Color Harmonies of #8490FA
Complementary color
Monochromatic Colors of #8490FA
Black with #8490FA
Text Example
Text Example
White with #8490FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8490FA; }
p { color: rgb(132,144,250); }
H1.HeaderClassName
{
color: #8490FA;
}
.AnyTagClassName
{
color: #8490FA;
}
</style>
background-color css
<style>
a { background-color: #8490FA; }
a { background-color: rgb(132,144,250); }
div.DivClassName
{
background-color: #8490FA;
}
.BgClassName
{
background-color: #8490FA;
}
</style>
border-color css
<style>
span { border-color: #8490FA; }
span { border-color: rgb(132,144,250); }
td.TdClassName
{
border-color: #8490FA;
}
.TagClassName
{
border-color: #8490FA;
}
</style>