Shades of Portage #8891E5
Tints of Portage #8891E5
RGB
CMYK
RGB Variations
Color information
#8891E5 (or 0x8891E5) is known color: Portage. HEX triplet: 88, 91 and E5. RGB value is (136,145,229). Sum of RGB (Red+Green+Blue) = 136+145+229=510 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.67% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 229 - color contains mainly: blue. Hex color #8891E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8891E5 is #776E1A. Grayscale: #979797. Windows color (decimal): -7826971 or 15045000. OLE color: 15045000.
HSL color Cylindrical-coordinate representation of color #8891E5: hue angle of 234.19º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8891E5 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 136 | 145 | 229 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.10 |
| HSL | 234.19º | 0.64% | 0.72% | - |
| HSV(B) | 234.19º | 0.41% | 0.9% | - |
| XYZ | 34.42 | 31.14 | 78.33 | - |
| YUV | 151.89 | 171.52 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 229 | 0.41 | 0.37 | 0 | 0.10 | 234.19 | 0.64 | 0.72 |
| Hex | 88 | 91 | E5 | 29 | 25 | 0 | A | EA | 40 | 48 |
| Octal | 210 | 221 | 345 | 51 | 45 | 0 | 12 | 352 | 100 | 110 |
| Binary | 10001000 | 10010001 | 11100101 | 101001 | 100101 | 0 | 1010 | 11101010 | 1000000 | 1001000 |
Color Harmonies of #8891E5
Complementary color
Monochromatic Colors of #8891E5
Black with #8891E5
Text Example
Text Example
White with #8891E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8891E5; }
p { color: rgb(136,145,229); }
H1.HeaderClassName
{
color: #8891E5;
}
.AnyTagClassName
{
color: #8891E5;
}
</style>
background-color css
<style>
a { background-color: #8891E5; }
a { background-color: rgb(136,145,229); }
div.DivClassName
{
background-color: #8891E5;
}
.BgClassName
{
background-color: #8891E5;
}
</style>
border-color css
<style>
span { border-color: #8891E5; }
span { border-color: rgb(136,145,229); }
td.TdClassName
{
border-color: #8891E5;
}
.TagClassName
{
border-color: #8891E5;
}
</style>