Shades of Portage #8D91EC
Tints of Portage #8D91EC
RGB
CMYK
RGB Variations
Color information
#8D91EC (or 0x8D91EC) is known color: Portage. HEX triplet: 8D, 91 and EC. RGB value is (141,145,236). Sum of RGB (Red+Green+Blue) = 141+145+236=522 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.01% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D91EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D91EC is #726E13. Grayscale: #999999. Windows color (decimal): -7499284 or 15503757. OLE color: 15503757.
HSL color Cylindrical-coordinate representation of color #8D91EC: hue angle of 237.47º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D91EC is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 145 | 236 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.07 |
| HSL | 237.47º | 0.71% | 0.74% | - |
| HSV(B) | 237.47º | 0.4% | 0.93% | - |
| XYZ | 36.25 | 31.97 | 83.62 | - |
| YUV | 154.18 | 174.17 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 145 | 236 | 0.40 | 0.39 | 0 | 0.07 | 237.47 | 0.71 | 0.74 |
| Hex | 8D | 91 | EC | 28 | 27 | 0 | 7 | ED | 47 | 4A |
| Octal | 215 | 221 | 354 | 50 | 47 | 0 | 7 | 355 | 107 | 112 |
| Binary | 10001101 | 10010001 | 11101100 | 101000 | 100111 | 0 | 111 | 11101101 | 1000111 | 1001010 |
Color Harmonies of #8D91EC
Complementary color
Monochromatic Colors of #8D91EC
Black with #8D91EC
Text Example
Text Example
White with #8D91EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D91EC; }
p { color: rgb(141,145,236); }
H1.HeaderClassName
{
color: #8D91EC;
}
.AnyTagClassName
{
color: #8D91EC;
}
</style>
background-color css
<style>
a { background-color: #8D91EC; }
a { background-color: rgb(141,145,236); }
div.DivClassName
{
background-color: #8D91EC;
}
.BgClassName
{
background-color: #8D91EC;
}
</style>
border-color css
<style>
span { border-color: #8D91EC; }
span { border-color: rgb(141,145,236); }
td.TdClassName
{
border-color: #8D91EC;
}
.TagClassName
{
border-color: #8D91EC;
}
</style>