Shades of Portage #849EEF
Tints of Portage #849EEF
RGB
CMYK
RGB Variations
Color information
#849EEF (or 0x849EEF) is known color: Portage. HEX triplet: 84, 9E and EF. RGB value is (132,158,239). Sum of RGB (Red+Green+Blue) = 132+158+239=529 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.95% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #849EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849EEF is #7B6110. Grayscale: #9F9F9F. Windows color (decimal): -8085777 or 15703684. OLE color: 15703684.
HSL color Cylindrical-coordinate representation of color #849EEF: hue angle of 225.42º 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 #849EEF is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 158 | 239 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.06 |
| HSL | 225.42º | 0.77% | 0.73% | - |
| HSV(B) | 225.42º | 0.45% | 0.94% | - |
| XYZ | 37.32 | 35.59 | 86.56 | - |
| YUV | 159.46 | 172.89 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 158 | 239 | 0.45 | 0.34 | 0 | 0.06 | 225.42 | 0.77 | 0.73 |
| Hex | 84 | 9E | EF | 2D | 22 | 0 | 6 | E1 | 4D | 49 |
| Octal | 204 | 236 | 357 | 55 | 42 | 0 | 6 | 341 | 115 | 111 |
| Binary | 10000100 | 10011110 | 11101111 | 101101 | 100010 | 0 | 110 | 11100001 | 1001101 | 1001001 |
Color Harmonies of #849EEF
Complementary color
Monochromatic Colors of #849EEF
Black with #849EEF
Text Example
Text Example
White with #849EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849EEF; }
p { color: rgb(132,158,239); }
H1.HeaderClassName
{
color: #849EEF;
}
.AnyTagClassName
{
color: #849EEF;
}
</style>
background-color css
<style>
a { background-color: #849EEF; }
a { background-color: rgb(132,158,239); }
div.DivClassName
{
background-color: #849EEF;
}
.BgClassName
{
background-color: #849EEF;
}
</style>
border-color css
<style>
span { border-color: #849EEF; }
span { border-color: rgb(132,158,239); }
td.TdClassName
{
border-color: #849EEF;
}
.TagClassName
{
border-color: #849EEF;
}
</style>