Shades of Portage #8499EA
Tints of Portage #8499EA
RGB
CMYK
RGB Variations
Color information
#8499EA (or 0x8499EA) is known color: Portage. HEX triplet: 84, 99 and EA. RGB value is (132,153,234). Sum of RGB (Red+Green+Blue) = 132+153+234=519 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.43% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #8499EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8499EA is #7B6615. Grayscale: #9B9B9B. Windows color (decimal): -8087062 or 15374724. OLE color: 15374724.
HSL color Cylindrical-coordinate representation of color #8499EA: hue angle of 227.65º 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 #8499EA is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 153 | 234 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.08 |
| HSL | 227.65º | 0.71% | 0.72% | - |
| HSV(B) | 227.65º | 0.44% | 0.92% | - |
| XYZ | 35.76 | 33.63 | 82.45 | - |
| YUV | 155.96 | 172.04 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 234 | 0.44 | 0.35 | 0 | 0.08 | 227.65 | 0.71 | 0.72 |
| Hex | 84 | 99 | EA | 2C | 23 | 0 | 8 | E4 | 47 | 48 |
| Octal | 204 | 231 | 352 | 54 | 43 | 0 | 10 | 344 | 107 | 110 |
| Binary | 10000100 | 10011001 | 11101010 | 101100 | 100011 | 0 | 1000 | 11100100 | 1000111 | 1001000 |
Color Harmonies of #8499EA
Complementary color
Monochromatic Colors of #8499EA
Black with #8499EA
Text Example
Text Example
White with #8499EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8499EA; }
p { color: rgb(132,153,234); }
H1.HeaderClassName
{
color: #8499EA;
}
.AnyTagClassName
{
color: #8499EA;
}
</style>
background-color css
<style>
a { background-color: #8499EA; }
a { background-color: rgb(132,153,234); }
div.DivClassName
{
background-color: #8499EA;
}
.BgClassName
{
background-color: #8499EA;
}
</style>
border-color css
<style>
span { border-color: #8499EA; }
span { border-color: rgb(132,153,234); }
td.TdClassName
{
border-color: #8499EA;
}
.TagClassName
{
border-color: #8499EA;
}
</style>