Shades of Portage #849EE8
Tints of Portage #849EE8
RGB
CMYK
RGB Variations
Color information
#849EE8 (or 0x849EE8) is known color: Portage. HEX triplet: 84, 9E and E8. RGB value is (132,158,232). Sum of RGB (Red+Green+Blue) = 132+158+232=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 232 (91.02% from 255 or 44.44% from 522); Max value from RGB is 232 - color contains mainly: blue. Hex color #849EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849EE8 is #7B6117. Grayscale: #9E9E9E. Windows color (decimal): -8085784 or 15244932. OLE color: 15244932.
HSL color Cylindrical-coordinate representation of color #849EE8: hue angle of 224.4º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #849EE8 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 158 | 232 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.09 |
| HSL | 224.4º | 0.68% | 0.71% | - |
| HSV(B) | 224.4º | 0.43% | 0.91% | - |
| XYZ | 36.31 | 35.19 | 81.22 | - |
| YUV | 158.66 | 169.39 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 158 | 232 | 0.43 | 0.32 | 0 | 0.09 | 224.4 | 0.68 | 0.71 |
| Hex | 84 | 9E | E8 | 2B | 20 | 0 | 9 | E0 | 44 | 47 |
| Octal | 204 | 236 | 350 | 53 | 40 | 0 | 11 | 340 | 104 | 107 |
| Binary | 10000100 | 10011110 | 11101000 | 101011 | 100000 | 0 | 1001 | 11100000 | 1000100 | 1000111 |
Color Harmonies of #849EE8
Complementary color
Monochromatic Colors of #849EE8
Black with #849EE8
Text Example
Text Example
White with #849EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849EE8; }
p { color: rgb(132,158,232); }
H1.HeaderClassName
{
color: #849EE8;
}
.AnyTagClassName
{
color: #849EE8;
}
</style>
background-color css
<style>
a { background-color: #849EE8; }
a { background-color: rgb(132,158,232); }
div.DivClassName
{
background-color: #849EE8;
}
.BgClassName
{
background-color: #849EE8;
}
</style>
border-color css
<style>
span { border-color: #849EE8; }
span { border-color: rgb(132,158,232); }
td.TdClassName
{
border-color: #849EE8;
}
.TagClassName
{
border-color: #849EE8;
}
</style>