Shades of Portage #9EA0EA
Tints of Portage #9EA0EA
RGB
CMYK
RGB Variations
Color information
#9EA0EA (or 0x9EA0EA) is known color: Portage. HEX triplet: 9E, A0 and EA. RGB value is (158,160,234). Sum of RGB (Red+Green+Blue) = 158+160+234=552 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.62% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #9EA0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA0EA is #615F15. Grayscale: #A7A7A7. Windows color (decimal): -6381334 or 15376542. OLE color: 15376542.
HSL color Cylindrical-coordinate representation of color #9EA0EA: hue angle of 238.42º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EA0EA is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 160 | 234 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.08 |
| HSL | 238.42º | 0.64% | 0.77% | - |
| HSV(B) | 238.42º | 0.32% | 0.92% | - |
| XYZ | 41.52 | 38.35 | 83.06 | - |
| YUV | 167.84 | 165.34 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 160 | 234 | 0.32 | 0.32 | 0 | 0.08 | 238.42 | 0.64 | 0.77 |
| Hex | 9E | A0 | EA | 20 | 20 | 0 | 8 | EE | 40 | 4D |
| Octal | 236 | 240 | 352 | 40 | 40 | 0 | 10 | 356 | 100 | 115 |
| Binary | 10011110 | 10100000 | 11101010 | 100000 | 100000 | 0 | 1000 | 11101110 | 1000000 | 1001101 |
Color Harmonies of #9EA0EA
Complementary color
Monochromatic Colors of #9EA0EA
Black with #9EA0EA
Text Example
Text Example
White with #9EA0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA0EA; }
p { color: rgb(158,160,234); }
H1.HeaderClassName
{
color: #9EA0EA;
}
.AnyTagClassName
{
color: #9EA0EA;
}
</style>
background-color css
<style>
a { background-color: #9EA0EA; }
a { background-color: rgb(158,160,234); }
div.DivClassName
{
background-color: #9EA0EA;
}
.BgClassName
{
background-color: #9EA0EA;
}
</style>
border-color css
<style>
span { border-color: #9EA0EA; }
span { border-color: rgb(158,160,234); }
td.TdClassName
{
border-color: #9EA0EA;
}
.TagClassName
{
border-color: #9EA0EA;
}
</style>