Shades of Portage #848BE5
Tints of Portage #848BE5
RGB
CMYK
RGB Variations
Color information
#848BE5 (or 0x848BE5) is known color: Portage. HEX triplet: 84, 8B and E5. RGB value is (132,139,229). Sum of RGB (Red+Green+Blue) = 132+139+229=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #848BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848BE5 is #7B741A. Grayscale: #929292. Windows color (decimal): -8090651 or 15043460. OLE color: 15043460.
HSL color Cylindrical-coordinate representation of color #848BE5: hue angle of 235.67º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #848BE5 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 139 | 229 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.10 |
| HSL | 235.67º | 0.65% | 0.71% | - |
| HSV(B) | 235.67º | 0.42% | 0.9% | - |
| XYZ | 32.89 | 29.03 | 78 | - |
| YUV | 147.17 | 174.18 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 229 | 0.42 | 0.39 | 0 | 0.10 | 235.67 | 0.65 | 0.71 |
| Hex | 84 | 8B | E5 | 2A | 27 | 0 | A | EC | 41 | 47 |
| Octal | 204 | 213 | 345 | 52 | 47 | 0 | 12 | 354 | 101 | 107 |
| Binary | 10000100 | 10001011 | 11100101 | 101010 | 100111 | 0 | 1010 | 11101100 | 1000001 | 1000111 |
Color Harmonies of #848BE5
Complementary color
Monochromatic Colors of #848BE5
Black with #848BE5
Text Example
Text Example
White with #848BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848BE5; }
p { color: rgb(132,139,229); }
H1.HeaderClassName
{
color: #848BE5;
}
.AnyTagClassName
{
color: #848BE5;
}
</style>
background-color css
<style>
a { background-color: #848BE5; }
a { background-color: rgb(132,139,229); }
div.DivClassName
{
background-color: #848BE5;
}
.BgClassName
{
background-color: #848BE5;
}
</style>
border-color css
<style>
span { border-color: #848BE5; }
span { border-color: rgb(132,139,229); }
td.TdClassName
{
border-color: #848BE5;
}
.TagClassName
{
border-color: #848BE5;
}
</style>