Shades of Portage #9E9FEC
Tints of Portage #9E9FEC
RGB
CMYK
RGB Variations
Color information
#9E9FEC (or 0x9E9FEC) is known color: Portage. HEX triplet: 9E, 9F and EC. RGB value is (158,159,236). Sum of RGB (Red+Green+Blue) = 158+159+236=553 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.57% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E9FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9FEC is #616013. Grayscale: #A7A7A7. Windows color (decimal): -6381588 or 15507358. OLE color: 15507358.
HSL color Cylindrical-coordinate representation of color #9E9FEC: hue angle of 239.23º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E9FEC is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 159 | 236 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.07 |
| HSL | 239.23º | 0.67% | 0.77% | - |
| HSV(B) | 239.23º | 0.33% | 0.93% | - |
| XYZ | 41.64 | 38.12 | 84.52 | - |
| YUV | 167.48 | 166.67 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 159 | 236 | 0.33 | 0.33 | 0 | 0.07 | 239.23 | 0.67 | 0.77 |
| Hex | 9E | 9F | EC | 21 | 21 | 0 | 7 | EF | 43 | 4D |
| Octal | 236 | 237 | 354 | 41 | 41 | 0 | 7 | 357 | 103 | 115 |
| Binary | 10011110 | 10011111 | 11101100 | 100001 | 100001 | 0 | 111 | 11101111 | 1000011 | 1001101 |
Color Harmonies of #9E9FEC
Complementary color
Monochromatic Colors of #9E9FEC
Black with #9E9FEC
Text Example
Text Example
White with #9E9FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9FEC; }
p { color: rgb(158,159,236); }
H1.HeaderClassName
{
color: #9E9FEC;
}
.AnyTagClassName
{
color: #9E9FEC;
}
</style>
background-color css
<style>
a { background-color: #9E9FEC; }
a { background-color: rgb(158,159,236); }
div.DivClassName
{
background-color: #9E9FEC;
}
.BgClassName
{
background-color: #9E9FEC;
}
</style>
border-color css
<style>
span { border-color: #9E9FEC; }
span { border-color: rgb(158,159,236); }
td.TdClassName
{
border-color: #9E9FEC;
}
.TagClassName
{
border-color: #9E9FEC;
}
</style>