Shades of Portage #8E93EC
Tints of Portage #8E93EC
RGB
CMYK
RGB Variations
Color information
#8E93EC (or 0x8E93EC) is known color: Portage. HEX triplet: 8E, 93 and EC. RGB value is (142,147,236). Sum of RGB (Red+Green+Blue) = 142+147+236=525 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.05% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E93EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E93EC is #716C13. Grayscale: #9B9B9B. Windows color (decimal): -7433236 or 15504270. OLE color: 15504270.
HSL color Cylindrical-coordinate representation of color #8E93EC: hue angle of 236.81º 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 #8E93EC is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 147 | 236 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.07 |
| HSL | 236.81º | 0.71% | 0.74% | - |
| HSV(B) | 236.81º | 0.4% | 0.93% | - |
| XYZ | 36.73 | 32.67 | 83.73 | - |
| YUV | 155.65 | 173.34 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 147 | 236 | 0.40 | 0.38 | 0 | 0.07 | 236.81 | 0.71 | 0.74 |
| Hex | 8E | 93 | EC | 28 | 26 | 0 | 7 | ED | 47 | 4A |
| Octal | 216 | 223 | 354 | 50 | 46 | 0 | 7 | 355 | 107 | 112 |
| Binary | 10001110 | 10010011 | 11101100 | 101000 | 100110 | 0 | 111 | 11101101 | 1000111 | 1001010 |
Color Harmonies of #8E93EC
Complementary color
Monochromatic Colors of #8E93EC
Black with #8E93EC
Text Example
Text Example
White with #8E93EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E93EC; }
p { color: rgb(142,147,236); }
H1.HeaderClassName
{
color: #8E93EC;
}
.AnyTagClassName
{
color: #8E93EC;
}
</style>
background-color css
<style>
a { background-color: #8E93EC; }
a { background-color: rgb(142,147,236); }
div.DivClassName
{
background-color: #8E93EC;
}
.BgClassName
{
background-color: #8E93EC;
}
</style>
border-color css
<style>
span { border-color: #8E93EC; }
span { border-color: rgb(142,147,236); }
td.TdClassName
{
border-color: #8E93EC;
}
.TagClassName
{
border-color: #8E93EC;
}
</style>