Shades of Portage #849CEC
Tints of Portage #849CEC
RGB
CMYK
RGB Variations
Color information
#849CEC (or 0x849CEC) is known color: Portage. HEX triplet: 84, 9C and EC. RGB value is (132,156,236). Sum of RGB (Red+Green+Blue) = 132+156+236=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #849CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849CEC is #7B6313. Grayscale: #9D9D9D. Windows color (decimal): -8086292 or 15506564. OLE color: 15506564.
HSL color Cylindrical-coordinate representation of color #849CEC: hue angle of 226.15º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #849CEC is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 156 | 236 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.07 |
| HSL | 226.15º | 0.73% | 0.72% | - |
| HSV(B) | 226.15º | 0.44% | 0.93% | - |
| XYZ | 36.54 | 34.74 | 84.14 | - |
| YUV | 157.94 | 172.05 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 236 | 0.44 | 0.34 | 0 | 0.07 | 226.15 | 0.73 | 0.72 |
| Hex | 84 | 9C | EC | 2C | 22 | 0 | 7 | E2 | 49 | 48 |
| Octal | 204 | 234 | 354 | 54 | 42 | 0 | 7 | 342 | 111 | 110 |
| Binary | 10000100 | 10011100 | 11101100 | 101100 | 100010 | 0 | 111 | 11100010 | 1001001 | 1001000 |
Color Harmonies of #849CEC
Complementary color
Monochromatic Colors of #849CEC
Black with #849CEC
Text Example
Text Example
White with #849CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849CEC; }
p { color: rgb(132,156,236); }
H1.HeaderClassName
{
color: #849CEC;
}
.AnyTagClassName
{
color: #849CEC;
}
</style>
background-color css
<style>
a { background-color: #849CEC; }
a { background-color: rgb(132,156,236); }
div.DivClassName
{
background-color: #849CEC;
}
.BgClassName
{
background-color: #849CEC;
}
</style>
border-color css
<style>
span { border-color: #849CEC; }
span { border-color: rgb(132,156,236); }
td.TdClassName
{
border-color: #849CEC;
}
.TagClassName
{
border-color: #849CEC;
}
</style>