Shades of Portage #8489E5
Tints of Portage #8489E5
RGB
CMYK
RGB Variations
Color information
#8489E5 (or 0x8489E5) is known color: Portage. HEX triplet: 84, 89 and E5. RGB value is (132,137,229). Sum of RGB (Red+Green+Blue) = 132+137+229=498 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.51% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 229 - color contains mainly: blue. Hex color #8489E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8489E5 is #7B761A. Grayscale: #919191. Windows color (decimal): -8091163 or 15042948. OLE color: 15042948.
HSL color Cylindrical-coordinate representation of color #8489E5: hue angle of 236.91º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8489E5 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 137 | 229 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.10 |
| HSL | 236.91º | 0.65% | 0.71% | - |
| HSV(B) | 236.91º | 0.42% | 0.9% | - |
| XYZ | 32.6 | 28.45 | 77.9 | - |
| YUV | 145.99 | 174.84 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 229 | 0.42 | 0.40 | 0 | 0.10 | 236.91 | 0.65 | 0.71 |
| Hex | 84 | 89 | E5 | 2A | 28 | 0 | A | ED | 41 | 47 |
| Octal | 204 | 211 | 345 | 52 | 50 | 0 | 12 | 355 | 101 | 107 |
| Binary | 10000100 | 10001001 | 11100101 | 101010 | 101000 | 0 | 1010 | 11101101 | 1000001 | 1000111 |
Color Harmonies of #8489E5
Complementary color
Monochromatic Colors of #8489E5
Black with #8489E5
Text Example
Text Example
White with #8489E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8489E5; }
p { color: rgb(132,137,229); }
H1.HeaderClassName
{
color: #8489E5;
}
.AnyTagClassName
{
color: #8489E5;
}
</style>
background-color css
<style>
a { background-color: #8489E5; }
a { background-color: rgb(132,137,229); }
div.DivClassName
{
background-color: #8489E5;
}
.BgClassName
{
background-color: #8489E5;
}
</style>
border-color css
<style>
span { border-color: #8489E5; }
span { border-color: rgb(132,137,229); }
td.TdClassName
{
border-color: #8489E5;
}
.TagClassName
{
border-color: #8489E5;
}
</style>