Shades of Portage #848EE0
Tints of Portage #848EE0
RGB
CMYK
RGB Variations
Color information
#848EE0 (or 0x848EE0) is known color: Portage. HEX triplet: 84, 8E and E0. RGB value is (132,142,224). Sum of RGB (Red+Green+Blue) = 132+142+224=498 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.51% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #848EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848EE0 is #7B711F. Grayscale: #949494. Windows color (decimal): -8089888 or 14716548. OLE color: 14716548.
HSL color Cylindrical-coordinate representation of color #848EE0: hue angle of 233.48º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #848EE0 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 142 | 224 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.12 |
| HSL | 233.48º | 0.6% | 0.7% | - |
| HSV(B) | 233.48º | 0.41% | 0.88% | - |
| XYZ | 32.64 | 29.63 | 74.52 | - |
| YUV | 148.36 | 170.69 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 142 | 224 | 0.41 | 0.37 | 0 | 0.12 | 233.48 | 0.6 | 0.7 |
| Hex | 84 | 8E | E0 | 29 | 25 | 0 | C | E9 | 3C | 46 |
| Octal | 204 | 216 | 340 | 51 | 45 | 0 | 14 | 351 | 74 | 106 |
| Binary | 10000100 | 10001110 | 11100000 | 101001 | 100101 | 0 | 1100 | 11101001 | 111100 | 1000110 |
Color Harmonies of #848EE0
Complementary color
Monochromatic Colors of #848EE0
Black with #848EE0
Text Example
Text Example
White with #848EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848EE0; }
p { color: rgb(132,142,224); }
H1.HeaderClassName
{
color: #848EE0;
}
.AnyTagClassName
{
color: #848EE0;
}
</style>
background-color css
<style>
a { background-color: #848EE0; }
a { background-color: rgb(132,142,224); }
div.DivClassName
{
background-color: #848EE0;
}
.BgClassName
{
background-color: #848EE0;
}
</style>
border-color css
<style>
span { border-color: #848EE0; }
span { border-color: rgb(132,142,224); }
td.TdClassName
{
border-color: #848EE0;
}
.TagClassName
{
border-color: #848EE0;
}
</style>