Shades of Portage #9EA3E6
Tints of Portage #9EA3E6
RGB
CMYK
RGB Variations
Color information
#9EA3E6 (or 0x9EA3E6) is known color: Portage. HEX triplet: 9E, A3 and E6. RGB value is (158,163,230). Sum of RGB (Red+Green+Blue) = 158+163+230=551 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.68% from 551); Green value is 163 (64.06% from 255 or 29.58% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 230 - color contains mainly: blue. Hex color #9EA3E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA3E6 is #615C19. Grayscale: #A8A8A8. Windows color (decimal): -6380570 or 15115166. OLE color: 15115166.
HSL color Cylindrical-coordinate representation of color #9EA3E6: hue angle of 235.83º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EA3E6 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 158 | 163 | 230 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.10 |
| HSL | 235.83º | 0.59% | 0.76% | - |
| HSV(B) | 235.83º | 0.31% | 0.9% | - |
| XYZ | 41.48 | 39.18 | 80.24 | - |
| YUV | 169.14 | 162.34 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 163 | 230 | 0.31 | 0.29 | 0 | 0.10 | 235.83 | 0.59 | 0.76 |
| Hex | 9E | A3 | E6 | 1F | 1D | 0 | A | EC | 3B | 4C |
| Octal | 236 | 243 | 346 | 37 | 35 | 0 | 12 | 354 | 73 | 114 |
| Binary | 10011110 | 10100011 | 11100110 | 11111 | 11101 | 0 | 1010 | 11101100 | 111011 | 1001100 |
Color Harmonies of #9EA3E6
Complementary color
Monochromatic Colors of #9EA3E6
Black with #9EA3E6
Text Example
Text Example
White with #9EA3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA3E6; }
p { color: rgb(158,163,230); }
H1.HeaderClassName
{
color: #9EA3E6;
}
.AnyTagClassName
{
color: #9EA3E6;
}
</style>
background-color css
<style>
a { background-color: #9EA3E6; }
a { background-color: rgb(158,163,230); }
div.DivClassName
{
background-color: #9EA3E6;
}
.BgClassName
{
background-color: #9EA3E6;
}
</style>
border-color css
<style>
span { border-color: #9EA3E6; }
span { border-color: rgb(158,163,230); }
td.TdClassName
{
border-color: #9EA3E6;
}
.TagClassName
{
border-color: #9EA3E6;
}
</style>