Shades of Portage #848EE3
Tints of Portage #848EE3
RGB
CMYK
RGB Variations
Color information
#848EE3 (or 0x848EE3) is known color: Portage. HEX triplet: 84, 8E and E3. RGB value is (132,142,227). Sum of RGB (Red+Green+Blue) = 132+142+227=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 227 (89.06% from 255 or 45.31% from 501); Max value from RGB is 227 - color contains mainly: blue. Hex color #848EE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848EE3 is #7B711C. Grayscale: #949494. Windows color (decimal): -8089885 or 14913156. OLE color: 14913156.
HSL color Cylindrical-coordinate representation of color #848EE3: hue angle of 233.68º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #848EE3 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 142 | 227 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.11 |
| HSL | 233.68º | 0.63% | 0.7% | - |
| HSV(B) | 233.68º | 0.42% | 0.89% | - |
| XYZ | 33.05 | 29.8 | 76.68 | - |
| YUV | 148.7 | 172.19 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 142 | 227 | 0.42 | 0.37 | 0 | 0.11 | 233.68 | 0.63 | 0.7 |
| Hex | 84 | 8E | E3 | 2A | 25 | 0 | B | EA | 3F | 46 |
| Octal | 204 | 216 | 343 | 52 | 45 | 0 | 13 | 352 | 77 | 106 |
| Binary | 10000100 | 10001110 | 11100011 | 101010 | 100101 | 0 | 1011 | 11101010 | 111111 | 1000110 |
Color Harmonies of #848EE3
Complementary color
Monochromatic Colors of #848EE3
Black with #848EE3
Text Example
Text Example
White with #848EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848EE3; }
p { color: rgb(132,142,227); }
H1.HeaderClassName
{
color: #848EE3;
}
.AnyTagClassName
{
color: #848EE3;
}
</style>
background-color css
<style>
a { background-color: #848EE3; }
a { background-color: rgb(132,142,227); }
div.DivClassName
{
background-color: #848EE3;
}
.BgClassName
{
background-color: #848EE3;
}
</style>
border-color css
<style>
span { border-color: #848EE3; }
span { border-color: rgb(132,142,227); }
td.TdClassName
{
border-color: #848EE3;
}
.TagClassName
{
border-color: #848EE3;
}
</style>