Shades of Portage #9E9EEB
Tints of Portage #9E9EEB
RGB
CMYK
RGB Variations
Color information
#9E9EEB (or 0x9E9EEB) is known color: Portage. HEX triplet: 9E, 9E and EB. RGB value is (158,158,235). Sum of RGB (Red+Green+Blue) = 158+158+235=551 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.68% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E9EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9EEB is #616114. Grayscale: #A6A6A6. Windows color (decimal): -6381845 or 15441566. OLE color: 15441566.
HSL color Cylindrical-coordinate representation of color #9E9EEB: hue angle of 240º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E9EEB is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 158 | 235 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.08 |
| HSL | 240º | 0.66% | 0.77% | - |
| HSV(B) | 240º | 0.33% | 0.92% | - |
| XYZ | 41.32 | 37.72 | 83.7 | - |
| YUV | 166.78 | 166.5 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 158 | 235 | 0.33 | 0.33 | 0 | 0.08 | 240 | 0.66 | 0.77 |
| Hex | 9E | 9E | EB | 21 | 21 | 0 | 8 | F0 | 42 | 4D |
| Octal | 236 | 236 | 353 | 41 | 41 | 0 | 10 | 360 | 102 | 115 |
| Binary | 10011110 | 10011110 | 11101011 | 100001 | 100001 | 0 | 1000 | 11110000 | 1000010 | 1001101 |
Color Harmonies of #9E9EEB
Complementary color
Monochromatic Colors of #9E9EEB
Black with #9E9EEB
Text Example
Text Example
White with #9E9EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9EEB; }
p { color: rgb(158,158,235); }
H1.HeaderClassName
{
color: #9E9EEB;
}
.AnyTagClassName
{
color: #9E9EEB;
}
</style>
background-color css
<style>
a { background-color: #9E9EEB; }
a { background-color: rgb(158,158,235); }
div.DivClassName
{
background-color: #9E9EEB;
}
.BgClassName
{
background-color: #9E9EEB;
}
</style>
border-color css
<style>
span { border-color: #9E9EEB; }
span { border-color: rgb(158,158,235); }
td.TdClassName
{
border-color: #9E9EEB;
}
.TagClassName
{
border-color: #9E9EEB;
}
</style>