Shades of Portage #848EE4
Tints of Portage #848EE4
RGB
CMYK
RGB Variations
Color information
#848EE4 (or 0x848EE4) is known color: Portage. HEX triplet: 84, 8E and E4. RGB value is (132,142,228). Sum of RGB (Red+Green+Blue) = 132+142+228=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 228 (89.45% from 255 or 45.42% from 502); Max value from RGB is 228 - color contains mainly: blue. Hex color #848EE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848EE4 is #7B711B. Grayscale: #949494. Windows color (decimal): -8089884 or 14978692. OLE color: 14978692.
HSL color Cylindrical-coordinate representation of color #848EE4: hue angle of 233.75º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #848EE4 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 142 | 228 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.11 |
| HSL | 233.75º | 0.64% | 0.71% | - |
| HSV(B) | 233.75º | 0.42% | 0.89% | - |
| XYZ | 33.19 | 29.85 | 77.41 | - |
| YUV | 148.81 | 172.69 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 142 | 228 | 0.42 | 0.38 | 0 | 0.11 | 233.75 | 0.64 | 0.71 |
| Hex | 84 | 8E | E4 | 2A | 26 | 0 | B | EA | 40 | 47 |
| Octal | 204 | 216 | 344 | 52 | 46 | 0 | 13 | 352 | 100 | 107 |
| Binary | 10000100 | 10001110 | 11100100 | 101010 | 100110 | 0 | 1011 | 11101010 | 1000000 | 1000111 |
Color Harmonies of #848EE4
Complementary color
Monochromatic Colors of #848EE4
Black with #848EE4
Text Example
Text Example
White with #848EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848EE4; }
p { color: rgb(132,142,228); }
H1.HeaderClassName
{
color: #848EE4;
}
.AnyTagClassName
{
color: #848EE4;
}
</style>
background-color css
<style>
a { background-color: #848EE4; }
a { background-color: rgb(132,142,228); }
div.DivClassName
{
background-color: #848EE4;
}
.BgClassName
{
background-color: #848EE4;
}
</style>
border-color css
<style>
span { border-color: #848EE4; }
span { border-color: rgb(132,142,228); }
td.TdClassName
{
border-color: #848EE4;
}
.TagClassName
{
border-color: #848EE4;
}
</style>