Shades of Portage #8D9EE8
Tints of Portage #8D9EE8
RGB
CMYK
RGB Variations
Color information
#8D9EE8 (or 0x8D9EE8) is known color: Portage. HEX triplet: 8D, 9E and E8. RGB value is (141,158,232). Sum of RGB (Red+Green+Blue) = 141+158+232=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 232 (91.02% from 255 or 43.69% from 531); Max value from RGB is 232 - color contains mainly: blue. Hex color #8D9EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9EE8 is #726117. Grayscale: #A1A1A1. Windows color (decimal): -7495960 or 15244941. OLE color: 15244941.
HSL color Cylindrical-coordinate representation of color #8D9EE8: hue angle of 228.79º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D9EE8 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 158 | 232 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.09 |
| HSL | 228.79º | 0.66% | 0.73% | - |
| HSV(B) | 228.79º | 0.39% | 0.91% | - |
| XYZ | 37.78 | 35.94 | 81.29 | - |
| YUV | 161.35 | 167.87 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 158 | 232 | 0.39 | 0.32 | 0 | 0.09 | 228.79 | 0.66 | 0.73 |
| Hex | 8D | 9E | E8 | 27 | 20 | 0 | 9 | E5 | 42 | 49 |
| Octal | 215 | 236 | 350 | 47 | 40 | 0 | 11 | 345 | 102 | 111 |
| Binary | 10001101 | 10011110 | 11101000 | 100111 | 100000 | 0 | 1001 | 11100101 | 1000010 | 1001001 |
Color Harmonies of #8D9EE8
Complementary color
Monochromatic Colors of #8D9EE8
Black with #8D9EE8
Text Example
Text Example
White with #8D9EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9EE8; }
p { color: rgb(141,158,232); }
H1.HeaderClassName
{
color: #8D9EE8;
}
.AnyTagClassName
{
color: #8D9EE8;
}
</style>
background-color css
<style>
a { background-color: #8D9EE8; }
a { background-color: rgb(141,158,232); }
div.DivClassName
{
background-color: #8D9EE8;
}
.BgClassName
{
background-color: #8D9EE8;
}
</style>
border-color css
<style>
span { border-color: #8D9EE8; }
span { border-color: rgb(141,158,232); }
td.TdClassName
{
border-color: #8D9EE8;
}
.TagClassName
{
border-color: #8D9EE8;
}
</style>