Shades of Portage #849FEF
Tints of Portage #849FEF
RGB
CMYK
RGB Variations
Color information
#849FEF (or 0x849FEF) is known color: Portage. HEX triplet: 84, 9F and EF. RGB value is (132,159,239). Sum of RGB (Red+Green+Blue) = 132+159+239=530 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.91% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #849FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849FEF is #7B6010. Grayscale: #9F9F9F. Windows color (decimal): -8085521 or 15703940. OLE color: 15703940.
HSL color Cylindrical-coordinate representation of color #849FEF: hue angle of 224.86º degrees, saturation: 0.77, 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 #849FEF is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 159 | 239 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.06 |
| HSL | 224.86º | 0.77% | 0.73% | - |
| HSV(B) | 224.86º | 0.45% | 0.94% | - |
| XYZ | 37.49 | 35.93 | 86.62 | - |
| YUV | 160.05 | 172.55 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 239 | 0.45 | 0.33 | 0 | 0.06 | 224.86 | 0.77 | 0.73 |
| Hex | 84 | 9F | EF | 2D | 21 | 0 | 6 | E1 | 4D | 49 |
| Octal | 204 | 237 | 357 | 55 | 41 | 0 | 6 | 341 | 115 | 111 |
| Binary | 10000100 | 10011111 | 11101111 | 101101 | 100001 | 0 | 110 | 11100001 | 1001101 | 1001001 |
Color Harmonies of #849FEF
Complementary color
Monochromatic Colors of #849FEF
Black with #849FEF
Text Example
Text Example
White with #849FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849FEF; }
p { color: rgb(132,159,239); }
H1.HeaderClassName
{
color: #849FEF;
}
.AnyTagClassName
{
color: #849FEF;
}
</style>
background-color css
<style>
a { background-color: #849FEF; }
a { background-color: rgb(132,159,239); }
div.DivClassName
{
background-color: #849FEF;
}
.BgClassName
{
background-color: #849FEF;
}
</style>
border-color css
<style>
span { border-color: #849FEF; }
span { border-color: rgb(132,159,239); }
td.TdClassName
{
border-color: #849FEF;
}
.TagClassName
{
border-color: #849FEF;
}
</style>