Shades of Portage #8D8EE0
Tints of Portage #8D8EE0
RGB
CMYK
RGB Variations
Color information
#8D8EE0 (or 0x8D8EE0) is known color: Portage. HEX triplet: 8D, 8E and E0. RGB value is (141,142,224). Sum of RGB (Red+Green+Blue) = 141+142+224=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #8D8EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8EE0 is #72711F. Grayscale: #969696. Windows color (decimal): -7500064 or 14716557. OLE color: 14716557.
HSL color Cylindrical-coordinate representation of color #8D8EE0: hue angle of 239.28º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D8EE0 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 142 | 224 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.12 |
| HSL | 239.28º | 0.57% | 0.72% | - |
| HSV(B) | 239.28º | 0.37% | 0.88% | - |
| XYZ | 34.11 | 30.39 | 74.59 | - |
| YUV | 151.05 | 169.17 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 142 | 224 | 0.37 | 0.37 | 0 | 0.12 | 239.28 | 0.57 | 0.72 |
| Hex | 8D | 8E | E0 | 25 | 25 | 0 | C | EF | 39 | 48 |
| Octal | 215 | 216 | 340 | 45 | 45 | 0 | 14 | 357 | 71 | 110 |
| Binary | 10001101 | 10001110 | 11100000 | 100101 | 100101 | 0 | 1100 | 11101111 | 111001 | 1001000 |
Color Harmonies of #8D8EE0
Complementary color
Monochromatic Colors of #8D8EE0
Black with #8D8EE0
Text Example
Text Example
White with #8D8EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8EE0; }
p { color: rgb(141,142,224); }
H1.HeaderClassName
{
color: #8D8EE0;
}
.AnyTagClassName
{
color: #8D8EE0;
}
</style>
background-color css
<style>
a { background-color: #8D8EE0; }
a { background-color: rgb(141,142,224); }
div.DivClassName
{
background-color: #8D8EE0;
}
.BgClassName
{
background-color: #8D8EE0;
}
</style>
border-color css
<style>
span { border-color: #8D8EE0; }
span { border-color: rgb(141,142,224); }
td.TdClassName
{
border-color: #8D8EE0;
}
.TagClassName
{
border-color: #8D8EE0;
}
</style>