Shades of Portage #8E90DB
Tints of Portage #8E90DB
RGB
CMYK
RGB Variations
Color information
#8E90DB (or 0x8E90DB) is known color: Portage. HEX triplet: 8E, 90 and DB. RGB value is (142,144,219). Sum of RGB (Red+Green+Blue) = 142+144+219=505 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.12% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E90DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E90DB is #716F24. Grayscale: #979797. Windows color (decimal): -7434021 or 14389390. OLE color: 14389390.
HSL color Cylindrical-coordinate representation of color #8E90DB: hue angle of 238.44º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E90DB is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 144 | 219 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.14 |
| HSL | 238.44º | 0.52% | 0.71% | - |
| HSV(B) | 238.44º | 0.35% | 0.86% | - |
| XYZ | 33.91 | 30.81 | 71.18 | - |
| YUV | 151.95 | 165.84 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 144 | 219 | 0.35 | 0.34 | 0 | 0.14 | 238.44 | 0.52 | 0.71 |
| Hex | 8E | 90 | DB | 23 | 22 | 0 | E | EE | 34 | 47 |
| Octal | 216 | 220 | 333 | 43 | 42 | 0 | 16 | 356 | 64 | 107 |
| Binary | 10001110 | 10010000 | 11011011 | 100011 | 100010 | 0 | 1110 | 11101110 | 110100 | 1000111 |
Color Harmonies of #8E90DB
Complementary color
Monochromatic Colors of #8E90DB
Black with #8E90DB
Text Example
Text Example
White with #8E90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E90DB; }
p { color: rgb(142,144,219); }
H1.HeaderClassName
{
color: #8E90DB;
}
.AnyTagClassName
{
color: #8E90DB;
}
</style>
background-color css
<style>
a { background-color: #8E90DB; }
a { background-color: rgb(142,144,219); }
div.DivClassName
{
background-color: #8E90DB;
}
.BgClassName
{
background-color: #8E90DB;
}
</style>
border-color css
<style>
span { border-color: #8E90DB; }
span { border-color: rgb(142,144,219); }
td.TdClassName
{
border-color: #8E90DB;
}
.TagClassName
{
border-color: #8E90DB;
}
</style>