Shades of Portage #8E92DB
Tints of Portage #8E92DB
RGB
CMYK
RGB Variations
Color information
#8E92DB (or 0x8E92DB) is known color: Portage. HEX triplet: 8E, 92 and DB. RGB value is (142,146,219). Sum of RGB (Red+Green+Blue) = 142+146+219=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E92DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E92DB is #716D24. Grayscale: #989898. Windows color (decimal): -7433509 or 14389902. OLE color: 14389902.
HSL color Cylindrical-coordinate representation of color #8E92DB: hue angle of 236.88º 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 #8E92DB is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 146 | 219 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.14 |
| HSL | 236.88º | 0.52% | 0.71% | - |
| HSV(B) | 236.88º | 0.35% | 0.86% | - |
| XYZ | 34.22 | 31.42 | 71.28 | - |
| YUV | 153.13 | 165.17 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 146 | 219 | 0.35 | 0.33 | 0 | 0.14 | 236.88 | 0.52 | 0.71 |
| Hex | 8E | 92 | DB | 23 | 21 | 0 | E | ED | 34 | 47 |
| Octal | 216 | 222 | 333 | 43 | 41 | 0 | 16 | 355 | 64 | 107 |
| Binary | 10001110 | 10010010 | 11011011 | 100011 | 100001 | 0 | 1110 | 11101101 | 110100 | 1000111 |
Color Harmonies of #8E92DB
Complementary color
Monochromatic Colors of #8E92DB
Black with #8E92DB
Text Example
Text Example
White with #8E92DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E92DB; }
p { color: rgb(142,146,219); }
H1.HeaderClassName
{
color: #8E92DB;
}
.AnyTagClassName
{
color: #8E92DB;
}
</style>
background-color css
<style>
a { background-color: #8E92DB; }
a { background-color: rgb(142,146,219); }
div.DivClassName
{
background-color: #8E92DB;
}
.BgClassName
{
background-color: #8E92DB;
}
</style>
border-color css
<style>
span { border-color: #8E92DB; }
span { border-color: rgb(142,146,219); }
td.TdClassName
{
border-color: #8E92DB;
}
.TagClassName
{
border-color: #8E92DB;
}
</style>