Shades of Portage #849BE0
Tints of Portage #849BE0
RGB
CMYK
RGB Variations
Color information
#849BE0 (or 0x849BE0) is known color: Portage. HEX triplet: 84, 9B and E0. RGB value is (132,155,224). Sum of RGB (Red+Green+Blue) = 132+155+224=511 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.83% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 224 (87.89% from 255 or 43.84% from 511); Max value from RGB is 224 - color contains mainly: blue. Hex color #849BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BE0 is #7B641F. Grayscale: #9B9B9B. Windows color (decimal): -8086560 or 14719876. OLE color: 14719876.
HSL color Cylindrical-coordinate representation of color #849BE0: hue angle of 225º 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 #849BE0 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 155 | 224 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.12 |
| HSL | 225º | 0.6% | 0.7% | - |
| HSV(B) | 225º | 0.41% | 0.88% | - |
| XYZ | 34.69 | 33.73 | 75.2 | - |
| YUV | 155.99 | 166.38 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 155 | 224 | 0.41 | 0.31 | 0 | 0.12 | 225 | 0.6 | 0.7 |
| Hex | 84 | 9B | E0 | 29 | 1F | 0 | C | E1 | 3C | 46 |
| Octal | 204 | 233 | 340 | 51 | 37 | 0 | 14 | 341 | 74 | 106 |
| Binary | 10000100 | 10011011 | 11100000 | 101001 | 11111 | 0 | 1100 | 11100001 | 111100 | 1000110 |
Color Harmonies of #849BE0
Complementary color
Monochromatic Colors of #849BE0
Black with #849BE0
Text Example
Text Example
White with #849BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849BE0; }
p { color: rgb(132,155,224); }
H1.HeaderClassName
{
color: #849BE0;
}
.AnyTagClassName
{
color: #849BE0;
}
</style>
background-color css
<style>
a { background-color: #849BE0; }
a { background-color: rgb(132,155,224); }
div.DivClassName
{
background-color: #849BE0;
}
.BgClassName
{
background-color: #849BE0;
}
</style>
border-color css
<style>
span { border-color: #849BE0; }
span { border-color: rgb(132,155,224); }
td.TdClassName
{
border-color: #849BE0;
}
.TagClassName
{
border-color: #849BE0;
}
</style>