Shades of Portage #849CEA
Tints of Portage #849CEA
RGB
CMYK
RGB Variations
Color information
#849CEA (or 0x849CEA) is known color: Portage. HEX triplet: 84, 9C and EA. RGB value is (132,156,234). Sum of RGB (Red+Green+Blue) = 132+156+234=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #849CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849CEA is #7B6315. Grayscale: #9D9D9D. Windows color (decimal): -8086294 or 15375492. OLE color: 15375492.
HSL color Cylindrical-coordinate representation of color #849CEA: hue angle of 225.88º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #849CEA is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 156 | 234 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.08 |
| HSL | 225.88º | 0.71% | 0.72% | - |
| HSV(B) | 225.88º | 0.44% | 0.92% | - |
| XYZ | 36.26 | 34.62 | 82.61 | - |
| YUV | 157.72 | 171.05 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 234 | 0.44 | 0.33 | 0 | 0.08 | 225.88 | 0.71 | 0.72 |
| Hex | 84 | 9C | EA | 2C | 21 | 0 | 8 | E2 | 47 | 48 |
| Octal | 204 | 234 | 352 | 54 | 41 | 0 | 10 | 342 | 107 | 110 |
| Binary | 10000100 | 10011100 | 11101010 | 101100 | 100001 | 0 | 1000 | 11100010 | 1000111 | 1001000 |
Color Harmonies of #849CEA
Complementary color
Monochromatic Colors of #849CEA
Black with #849CEA
Text Example
Text Example
White with #849CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849CEA; }
p { color: rgb(132,156,234); }
H1.HeaderClassName
{
color: #849CEA;
}
.AnyTagClassName
{
color: #849CEA;
}
</style>
background-color css
<style>
a { background-color: #849CEA; }
a { background-color: rgb(132,156,234); }
div.DivClassName
{
background-color: #849CEA;
}
.BgClassName
{
background-color: #849CEA;
}
</style>
border-color css
<style>
span { border-color: #849CEA; }
span { border-color: rgb(132,156,234); }
td.TdClassName
{
border-color: #849CEA;
}
.TagClassName
{
border-color: #849CEA;
}
</style>