Shades of Portage #8E94DD
Tints of Portage #8E94DD
RGB
CMYK
RGB Variations
Color information
#8E94DD (or 0x8E94DD) is known color: Portage. HEX triplet: 8E, 94 and DD. RGB value is (142,148,221). Sum of RGB (Red+Green+Blue) = 142+148+221=511 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.79% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E94DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E94DD is #716B22. Grayscale: #9A9A9A. Windows color (decimal): -7432995 or 14521486. OLE color: 14521486.
HSL color Cylindrical-coordinate representation of color #8E94DD: hue angle of 235.44º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E94DD is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 148 | 221 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.13 |
| HSL | 235.44º | 0.54% | 0.71% | - |
| HSV(B) | 235.44º | 0.36% | 0.87% | - |
| XYZ | 34.8 | 32.15 | 72.78 | - |
| YUV | 154.53 | 165.51 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 148 | 221 | 0.36 | 0.33 | 0 | 0.13 | 235.44 | 0.54 | 0.71 |
| Hex | 8E | 94 | DD | 24 | 21 | 0 | D | EB | 36 | 47 |
| Octal | 216 | 224 | 335 | 44 | 41 | 0 | 15 | 353 | 66 | 107 |
| Binary | 10001110 | 10010100 | 11011101 | 100100 | 100001 | 0 | 1101 | 11101011 | 110110 | 1000111 |
Color Harmonies of #8E94DD
Complementary color
Monochromatic Colors of #8E94DD
Black with #8E94DD
Text Example
Text Example
White with #8E94DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E94DD; }
p { color: rgb(142,148,221); }
H1.HeaderClassName
{
color: #8E94DD;
}
.AnyTagClassName
{
color: #8E94DD;
}
</style>
background-color css
<style>
a { background-color: #8E94DD; }
a { background-color: rgb(142,148,221); }
div.DivClassName
{
background-color: #8E94DD;
}
.BgClassName
{
background-color: #8E94DD;
}
</style>
border-color css
<style>
span { border-color: #8E94DD; }
span { border-color: rgb(142,148,221); }
td.TdClassName
{
border-color: #8E94DD;
}
.TagClassName
{
border-color: #8E94DD;
}
</style>