Shades of Portage #848BE0
Tints of Portage #848BE0
RGB
CMYK
RGB Variations
Color information
#848BE0 (or 0x848BE0) is known color: Portage. HEX triplet: 84, 8B and E0. RGB value is (132,139,224). Sum of RGB (Red+Green+Blue) = 132+139+224=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #848BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848BE0 is #7B741F. Grayscale: #929292. Windows color (decimal): -8090656 or 14715780. OLE color: 14715780.
HSL color Cylindrical-coordinate representation of color #848BE0: hue angle of 235.43º 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 #848BE0 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 139 | 224 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.12 |
| HSL | 235.43º | 0.6% | 0.7% | - |
| HSV(B) | 235.43º | 0.41% | 0.88% | - |
| XYZ | 32.2 | 28.75 | 74.37 | - |
| YUV | 146.6 | 171.68 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 224 | 0.41 | 0.38 | 0 | 0.12 | 235.43 | 0.6 | 0.7 |
| Hex | 84 | 8B | E0 | 29 | 26 | 0 | C | EB | 3C | 46 |
| Octal | 204 | 213 | 340 | 51 | 46 | 0 | 14 | 353 | 74 | 106 |
| Binary | 10000100 | 10001011 | 11100000 | 101001 | 100110 | 0 | 1100 | 11101011 | 111100 | 1000110 |
Color Harmonies of #848BE0
Complementary color
Monochromatic Colors of #848BE0
Black with #848BE0
Text Example
Text Example
White with #848BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848BE0; }
p { color: rgb(132,139,224); }
H1.HeaderClassName
{
color: #848BE0;
}
.AnyTagClassName
{
color: #848BE0;
}
</style>
background-color css
<style>
a { background-color: #848BE0; }
a { background-color: rgb(132,139,224); }
div.DivClassName
{
background-color: #848BE0;
}
.BgClassName
{
background-color: #848BE0;
}
</style>
border-color css
<style>
span { border-color: #848BE0; }
span { border-color: rgb(132,139,224); }
td.TdClassName
{
border-color: #848BE0;
}
.TagClassName
{
border-color: #848BE0;
}
</style>