Shades of Portage #9E9EEE
Tints of Portage #9E9EEE
RGB
CMYK
RGB Variations
Color information
#9E9EEE (or 0x9E9EEE) is known color: Portage. HEX triplet: 9E, 9E and EE. RGB value is (158,158,238). Sum of RGB (Red+Green+Blue) = 158+158+238=554 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.52% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E9EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9EEE is #616111. Grayscale: #A6A6A6. Windows color (decimal): -6381842 or 15638174. OLE color: 15638174.
HSL color Cylindrical-coordinate representation of color #9E9EEE: hue angle of 240º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E9EEE is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 158 | 238 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.07 |
| HSL | 240º | 0.7% | 0.78% | - |
| HSV(B) | 240º | 0.34% | 0.93% | - |
| XYZ | 41.76 | 37.9 | 86 | - |
| YUV | 167.12 | 168 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 158 | 238 | 0.34 | 0.34 | 0 | 0.07 | 240 | 0.7 | 0.78 |
| Hex | 9E | 9E | EE | 22 | 22 | 0 | 7 | F0 | 46 | 4E |
| Octal | 236 | 236 | 356 | 42 | 42 | 0 | 7 | 360 | 106 | 116 |
| Binary | 10011110 | 10011110 | 11101110 | 100010 | 100010 | 0 | 111 | 11110000 | 1000110 | 1001110 |
Color Harmonies of #9E9EEE
Complementary color
Monochromatic Colors of #9E9EEE
Black with #9E9EEE
Text Example
Text Example
White with #9E9EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9EEE; }
p { color: rgb(158,158,238); }
H1.HeaderClassName
{
color: #9E9EEE;
}
.AnyTagClassName
{
color: #9E9EEE;
}
</style>
background-color css
<style>
a { background-color: #9E9EEE; }
a { background-color: rgb(158,158,238); }
div.DivClassName
{
background-color: #9E9EEE;
}
.BgClassName
{
background-color: #9E9EEE;
}
</style>
border-color css
<style>
span { border-color: #9E9EEE; }
span { border-color: rgb(158,158,238); }
td.TdClassName
{
border-color: #9E9EEE;
}
.TagClassName
{
border-color: #9E9EEE;
}
</style>