Shades of Portage #849EF1
Tints of Portage #849EF1
RGB
CMYK
RGB Variations
Color information
#849EF1 (or 0x849EF1) is known color: Portage. HEX triplet: 84, 9E and F1. RGB value is (132,158,241). Sum of RGB (Red+Green+Blue) = 132+158+241=531 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.86% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #849EF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849EF1 is #7B610E. Grayscale: #9F9F9F. Windows color (decimal): -8085775 or 15834756. OLE color: 15834756.
HSL color Cylindrical-coordinate representation of color #849EF1: hue angle of 225.69º 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 #849EF1 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 158 | 241 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.05 |
| HSL | 225.69º | 0.8% | 0.73% | - |
| HSV(B) | 225.69º | 0.45% | 0.95% | - |
| XYZ | 37.62 | 35.71 | 88.13 | - |
| YUV | 159.69 | 173.89 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 158 | 241 | 0.45 | 0.34 | 0 | 0.05 | 225.69 | 0.8 | 0.73 |
| Hex | 84 | 9E | F1 | 2D | 22 | 0 | 5 | E2 | 50 | 49 |
| Octal | 204 | 236 | 361 | 55 | 42 | 0 | 5 | 342 | 120 | 111 |
| Binary | 10000100 | 10011110 | 11110001 | 101101 | 100010 | 0 | 101 | 11100010 | 1010000 | 1001001 |
Color Harmonies of #849EF1
Complementary color
Monochromatic Colors of #849EF1
Black with #849EF1
Text Example
Text Example
White with #849EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849EF1; }
p { color: rgb(132,158,241); }
H1.HeaderClassName
{
color: #849EF1;
}
.AnyTagClassName
{
color: #849EF1;
}
</style>
background-color css
<style>
a { background-color: #849EF1; }
a { background-color: rgb(132,158,241); }
div.DivClassName
{
background-color: #849EF1;
}
.BgClassName
{
background-color: #849EF1;
}
</style>
border-color css
<style>
span { border-color: #849EF1; }
span { border-color: rgb(132,158,241); }
td.TdClassName
{
border-color: #849EF1;
}
.TagClassName
{
border-color: #849EF1;
}
</style>