Shades of Portage #8491EA
Tints of Portage #8491EA
RGB
CMYK
RGB Variations
Color information
#8491EA (or 0x8491EA) is known color: Portage. HEX triplet: 84, 91 and EA. RGB value is (132,145,234). Sum of RGB (Red+Green+Blue) = 132+145+234=511 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.83% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #8491EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8491EA is #7B6E15. Grayscale: #969696. Windows color (decimal): -8089110 or 15372676. OLE color: 15372676.
HSL color Cylindrical-coordinate representation of color #8491EA: hue angle of 232.35º 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 #8491EA is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 145 | 234 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.08 |
| HSL | 232.35º | 0.71% | 0.72% | - |
| HSV(B) | 232.35º | 0.44% | 0.92% | - |
| XYZ | 34.49 | 31.1 | 82.03 | - |
| YUV | 151.26 | 174.69 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 145 | 234 | 0.44 | 0.38 | 0 | 0.08 | 232.35 | 0.71 | 0.72 |
| Hex | 84 | 91 | EA | 2C | 26 | 0 | 8 | E8 | 47 | 48 |
| Octal | 204 | 221 | 352 | 54 | 46 | 0 | 10 | 350 | 107 | 110 |
| Binary | 10000100 | 10010001 | 11101010 | 101100 | 100110 | 0 | 1000 | 11101000 | 1000111 | 1001000 |
Color Harmonies of #8491EA
Complementary color
Monochromatic Colors of #8491EA
Black with #8491EA
Text Example
Text Example
White with #8491EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8491EA; }
p { color: rgb(132,145,234); }
H1.HeaderClassName
{
color: #8491EA;
}
.AnyTagClassName
{
color: #8491EA;
}
</style>
background-color css
<style>
a { background-color: #8491EA; }
a { background-color: rgb(132,145,234); }
div.DivClassName
{
background-color: #8491EA;
}
.BgClassName
{
background-color: #8491EA;
}
</style>
border-color css
<style>
span { border-color: #8491EA; }
span { border-color: rgb(132,145,234); }
td.TdClassName
{
border-color: #8491EA;
}
.TagClassName
{
border-color: #8491EA;
}
</style>