Shades of Portage #8D9EEF
Tints of Portage #8D9EEF
RGB
CMYK
RGB Variations
Color information
#8D9EEF (or 0x8D9EEF) is known color: Portage. HEX triplet: 8D, 9E and EF. RGB value is (141,158,239). Sum of RGB (Red+Green+Blue) = 141+158+239=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #8D9EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9EEF is #726110. Grayscale: #A1A1A1. Windows color (decimal): -7495953 or 15703693. OLE color: 15703693.
HSL color Cylindrical-coordinate representation of color #8D9EEF: hue angle of 229.59º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D9EEF is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 158 | 239 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.06 |
| HSL | 229.59º | 0.75% | 0.75% | - |
| HSV(B) | 229.59º | 0.41% | 0.94% | - |
| XYZ | 38.79 | 36.35 | 86.63 | - |
| YUV | 162.15 | 171.37 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 158 | 239 | 0.41 | 0.34 | 0 | 0.06 | 229.59 | 0.75 | 0.75 |
| Hex | 8D | 9E | EF | 29 | 22 | 0 | 6 | E6 | 4B | 4B |
| Octal | 215 | 236 | 357 | 51 | 42 | 0 | 6 | 346 | 113 | 113 |
| Binary | 10001101 | 10011110 | 11101111 | 101001 | 100010 | 0 | 110 | 11100110 | 1001011 | 1001011 |
Color Harmonies of #8D9EEF
Complementary color
Monochromatic Colors of #8D9EEF
Black with #8D9EEF
Text Example
Text Example
White with #8D9EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9EEF; }
p { color: rgb(141,158,239); }
H1.HeaderClassName
{
color: #8D9EEF;
}
.AnyTagClassName
{
color: #8D9EEF;
}
</style>
background-color css
<style>
a { background-color: #8D9EEF; }
a { background-color: rgb(141,158,239); }
div.DivClassName
{
background-color: #8D9EEF;
}
.BgClassName
{
background-color: #8D9EEF;
}
</style>
border-color css
<style>
span { border-color: #8D9EEF; }
span { border-color: rgb(141,158,239); }
td.TdClassName
{
border-color: #8D9EEF;
}
.TagClassName
{
border-color: #8D9EEF;
}
</style>