Shades of Portage #849BEE
Tints of Portage #849BEE
RGB
CMYK
RGB Variations
Color information
#849BEE (or 0x849BEE) is known color: Portage. HEX triplet: 84, 9B and EE. RGB value is (132,155,238). Sum of RGB (Red+Green+Blue) = 132+155+238=525 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.14% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #849BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849BEE is #7B6411. Grayscale: #9D9D9D. Windows color (decimal): -8086546 or 15637380. OLE color: 15637380.
HSL color Cylindrical-coordinate representation of color #849BEE: hue angle of 226.98º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #849BEE is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 155 | 238 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.07 |
| HSL | 226.98º | 0.76% | 0.73% | - |
| HSV(B) | 226.98º | 0.45% | 0.93% | - |
| XYZ | 36.67 | 34.52 | 85.62 | - |
| YUV | 157.59 | 173.38 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 155 | 238 | 0.45 | 0.35 | 0 | 0.07 | 226.98 | 0.76 | 0.73 |
| Hex | 84 | 9B | EE | 2D | 23 | 0 | 7 | E3 | 4C | 49 |
| Octal | 204 | 233 | 356 | 55 | 43 | 0 | 7 | 343 | 114 | 111 |
| Binary | 10000100 | 10011011 | 11101110 | 101101 | 100011 | 0 | 111 | 11100011 | 1001100 | 1001001 |
Color Harmonies of #849BEE
Complementary color
Monochromatic Colors of #849BEE
Black with #849BEE
Text Example
Text Example
White with #849BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849BEE; }
p { color: rgb(132,155,238); }
H1.HeaderClassName
{
color: #849BEE;
}
.AnyTagClassName
{
color: #849BEE;
}
</style>
background-color css
<style>
a { background-color: #849BEE; }
a { background-color: rgb(132,155,238); }
div.DivClassName
{
background-color: #849BEE;
}
.BgClassName
{
background-color: #849BEE;
}
</style>
border-color css
<style>
span { border-color: #849BEE; }
span { border-color: rgb(132,155,238); }
td.TdClassName
{
border-color: #849BEE;
}
.TagClassName
{
border-color: #849BEE;
}
</style>