Shades of Portage #8491E8
Tints of Portage #8491E8
RGB
CMYK
RGB Variations
Color information
#8491E8 (or 0x8491E8) is known color: Portage. HEX triplet: 84, 91 and E8. RGB value is (132,145,232). Sum of RGB (Red+Green+Blue) = 132+145+232=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 232 (91.02% from 255 or 45.58% from 509); Max value from RGB is 232 - color contains mainly: blue. Hex color #8491E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8491E8 is #7B6E17. Grayscale: #969696. Windows color (decimal): -8089112 or 15241604. OLE color: 15241604.
HSL color Cylindrical-coordinate representation of color #8491E8: hue angle of 232.2º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8491E8 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 145 | 232 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.09 |
| HSL | 232.2º | 0.68% | 0.71% | - |
| HSV(B) | 232.2º | 0.43% | 0.91% | - |
| XYZ | 34.21 | 30.98 | 80.52 | - |
| YUV | 151.03 | 173.69 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 145 | 232 | 0.43 | 0.38 | 0 | 0.09 | 232.2 | 0.68 | 0.71 |
| Hex | 84 | 91 | E8 | 2B | 26 | 0 | 9 | E8 | 44 | 47 |
| Octal | 204 | 221 | 350 | 53 | 46 | 0 | 11 | 350 | 104 | 107 |
| Binary | 10000100 | 10010001 | 11101000 | 101011 | 100110 | 0 | 1001 | 11101000 | 1000100 | 1000111 |
Color Harmonies of #8491E8
Complementary color
Monochromatic Colors of #8491E8
Black with #8491E8
Text Example
Text Example
White with #8491E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8491E8; }
p { color: rgb(132,145,232); }
H1.HeaderClassName
{
color: #8491E8;
}
.AnyTagClassName
{
color: #8491E8;
}
</style>
background-color css
<style>
a { background-color: #8491E8; }
a { background-color: rgb(132,145,232); }
div.DivClassName
{
background-color: #8491E8;
}
.BgClassName
{
background-color: #8491E8;
}
</style>
border-color css
<style>
span { border-color: #8491E8; }
span { border-color: rgb(132,145,232); }
td.TdClassName
{
border-color: #8491E8;
}
.TagClassName
{
border-color: #8491E8;
}
</style>