Shades of Portage #8494F1
Tints of Portage #8494F1
RGB
CMYK
RGB Variations
Color information
#8494F1 (or 0x8494F1) is known color: Portage. HEX triplet: 84, 94 and F1. RGB value is (132,148,241). Sum of RGB (Red+Green+Blue) = 132+148+241=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #8494F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8494F1 is #7B6B0E. Grayscale: #999999. Windows color (decimal): -8088335 or 15832196. OLE color: 15832196.
HSL color Cylindrical-coordinate representation of color #8494F1: hue angle of 231.19º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8494F1 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 148 | 241 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.05 |
| HSL | 231.19º | 0.8% | 0.73% | - |
| HSV(B) | 231.19º | 0.45% | 0.95% | - |
| XYZ | 35.98 | 32.44 | 87.58 | - |
| YUV | 153.82 | 177.2 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 148 | 241 | 0.45 | 0.39 | 0 | 0.05 | 231.19 | 0.8 | 0.73 |
| Hex | 84 | 94 | F1 | 2D | 27 | 0 | 5 | E7 | 50 | 49 |
| Octal | 204 | 224 | 361 | 55 | 47 | 0 | 5 | 347 | 120 | 111 |
| Binary | 10000100 | 10010100 | 11110001 | 101101 | 100111 | 0 | 101 | 11100111 | 1010000 | 1001001 |
Color Harmonies of #8494F1
Complementary color
Monochromatic Colors of #8494F1
Black with #8494F1
Text Example
Text Example
White with #8494F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8494F1; }
p { color: rgb(132,148,241); }
H1.HeaderClassName
{
color: #8494F1;
}
.AnyTagClassName
{
color: #8494F1;
}
</style>
background-color css
<style>
a { background-color: #8494F1; }
a { background-color: rgb(132,148,241); }
div.DivClassName
{
background-color: #8494F1;
}
.BgClassName
{
background-color: #8494F1;
}
</style>
border-color css
<style>
span { border-color: #8494F1; }
span { border-color: rgb(132,148,241); }
td.TdClassName
{
border-color: #8494F1;
}
.TagClassName
{
border-color: #8494F1;
}
</style>