Shades of Portage #9EA0EF
Tints of Portage #9EA0EF
RGB
CMYK
RGB Variations
Color information
#9EA0EF (or 0x9EA0EF) is known color: Portage. HEX triplet: 9E, A0 and EF. RGB value is (158,160,239). Sum of RGB (Red+Green+Blue) = 158+160+239=557 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.37% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EA0EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA0EF is #615F10. Grayscale: #A8A8A8. Windows color (decimal): -6381329 or 15704222. OLE color: 15704222.
HSL color Cylindrical-coordinate representation of color #9EA0EF: hue angle of 238.52º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EA0EF is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 160 | 239 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.06 |
| HSL | 238.52º | 0.72% | 0.78% | - |
| HSV(B) | 238.52º | 0.34% | 0.94% | - |
| XYZ | 42.25 | 38.64 | 86.89 | - |
| YUV | 168.41 | 167.84 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 160 | 239 | 0.34 | 0.33 | 0 | 0.06 | 238.52 | 0.72 | 0.78 |
| Hex | 9E | A0 | EF | 22 | 21 | 0 | 6 | EF | 48 | 4E |
| Octal | 236 | 240 | 357 | 42 | 41 | 0 | 6 | 357 | 110 | 116 |
| Binary | 10011110 | 10100000 | 11101111 | 100010 | 100001 | 0 | 110 | 11101111 | 1001000 | 1001110 |
Color Harmonies of #9EA0EF
Complementary color
Monochromatic Colors of #9EA0EF
Black with #9EA0EF
Text Example
Text Example
White with #9EA0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA0EF; }
p { color: rgb(158,160,239); }
H1.HeaderClassName
{
color: #9EA0EF;
}
.AnyTagClassName
{
color: #9EA0EF;
}
</style>
background-color css
<style>
a { background-color: #9EA0EF; }
a { background-color: rgb(158,160,239); }
div.DivClassName
{
background-color: #9EA0EF;
}
.BgClassName
{
background-color: #9EA0EF;
}
</style>
border-color css
<style>
span { border-color: #9EA0EF; }
span { border-color: rgb(158,160,239); }
td.TdClassName
{
border-color: #9EA0EF;
}
.TagClassName
{
border-color: #9EA0EF;
}
</style>