Shades of Portage #8499EC
Tints of Portage #8499EC
RGB
CMYK
RGB Variations
Color information
#8499EC (or 0x8499EC) is known color: Portage. HEX triplet: 84, 99 and EC. RGB value is (132,153,236). Sum of RGB (Red+Green+Blue) = 132+153+236=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #8499EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8499EC is #7B6613. Grayscale: #9B9B9B. Windows color (decimal): -8087060 or 15505796. OLE color: 15505796.
HSL color Cylindrical-coordinate representation of color #8499EC: hue angle of 227.88º 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 #8499EC is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 153 | 236 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.07 |
| HSL | 227.88º | 0.73% | 0.72% | - |
| HSV(B) | 227.88º | 0.44% | 0.93% | - |
| XYZ | 36.05 | 33.74 | 83.97 | - |
| YUV | 156.18 | 173.04 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 236 | 0.44 | 0.35 | 0 | 0.07 | 227.88 | 0.73 | 0.72 |
| Hex | 84 | 99 | EC | 2C | 23 | 0 | 7 | E4 | 49 | 48 |
| Octal | 204 | 231 | 354 | 54 | 43 | 0 | 7 | 344 | 111 | 110 |
| Binary | 10000100 | 10011001 | 11101100 | 101100 | 100011 | 0 | 111 | 11100100 | 1001001 | 1001000 |
Color Harmonies of #8499EC
Complementary color
Monochromatic Colors of #8499EC
Black with #8499EC
Text Example
Text Example
White with #8499EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8499EC; }
p { color: rgb(132,153,236); }
H1.HeaderClassName
{
color: #8499EC;
}
.AnyTagClassName
{
color: #8499EC;
}
</style>
background-color css
<style>
a { background-color: #8499EC; }
a { background-color: rgb(132,153,236); }
div.DivClassName
{
background-color: #8499EC;
}
.BgClassName
{
background-color: #8499EC;
}
</style>
border-color css
<style>
span { border-color: #8499EC; }
span { border-color: rgb(132,153,236); }
td.TdClassName
{
border-color: #8499EC;
}
.TagClassName
{
border-color: #8499EC;
}
</style>