Shades of Portage #9E9FEA
Tints of Portage #9E9FEA
RGB
CMYK
RGB Variations
Color information
#9E9FEA (or 0x9E9FEA) is known color: Portage. HEX triplet: 9E, 9F and EA. RGB value is (158,159,234). Sum of RGB (Red+Green+Blue) = 158+159+234=551 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.68% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E9FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9FEA is #616015. Grayscale: #A6A6A6. Windows color (decimal): -6381590 or 15376286. OLE color: 15376286.
HSL color Cylindrical-coordinate representation of color #9E9FEA: hue angle of 239.21º 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 #9E9FEA is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 159 | 234 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.08 |
| HSL | 239.21º | 0.64% | 0.77% | - |
| HSV(B) | 239.21º | 0.32% | 0.92% | - |
| XYZ | 41.35 | 38.01 | 83 | - |
| YUV | 167.25 | 165.67 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 159 | 234 | 0.32 | 0.32 | 0 | 0.08 | 239.21 | 0.64 | 0.77 |
| Hex | 9E | 9F | EA | 20 | 20 | 0 | 8 | EF | 40 | 4D |
| Octal | 236 | 237 | 352 | 40 | 40 | 0 | 10 | 357 | 100 | 115 |
| Binary | 10011110 | 10011111 | 11101010 | 100000 | 100000 | 0 | 1000 | 11101111 | 1000000 | 1001101 |
Color Harmonies of #9E9FEA
Complementary color
Monochromatic Colors of #9E9FEA
Black with #9E9FEA
Text Example
Text Example
White with #9E9FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9FEA; }
p { color: rgb(158,159,234); }
H1.HeaderClassName
{
color: #9E9FEA;
}
.AnyTagClassName
{
color: #9E9FEA;
}
</style>
background-color css
<style>
a { background-color: #9E9FEA; }
a { background-color: rgb(158,159,234); }
div.DivClassName
{
background-color: #9E9FEA;
}
.BgClassName
{
background-color: #9E9FEA;
}
</style>
border-color css
<style>
span { border-color: #9E9FEA; }
span { border-color: rgb(158,159,234); }
td.TdClassName
{
border-color: #9E9FEA;
}
.TagClassName
{
border-color: #9E9FEA;
}
</style>