Shades of Portage #9E9EED
Tints of Portage #9E9EED
RGB
CMYK
RGB Variations
Color information
#9E9EED (or 0x9E9EED) is known color: Portage. HEX triplet: 9E, 9E and ED. RGB value is (158,158,237). Sum of RGB (Red+Green+Blue) = 158+158+237=553 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.57% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E9EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9EED is #616112. Grayscale: #A6A6A6. Windows color (decimal): -6381843 or 15572638. OLE color: 15572638.
HSL color Cylindrical-coordinate representation of color #9E9EED: hue angle of 240º degrees, saturation: 0.69, 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 #9E9EED is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 158 | 237 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.07 |
| HSL | 240º | 0.69% | 0.77% | - |
| HSV(B) | 240º | 0.33% | 0.93% | - |
| XYZ | 41.61 | 37.84 | 85.23 | - |
| YUV | 167.01 | 167.5 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 158 | 237 | 0.33 | 0.33 | 0 | 0.07 | 240 | 0.69 | 0.77 |
| Hex | 9E | 9E | ED | 21 | 21 | 0 | 7 | F0 | 45 | 4D |
| Octal | 236 | 236 | 355 | 41 | 41 | 0 | 7 | 360 | 105 | 115 |
| Binary | 10011110 | 10011110 | 11101101 | 100001 | 100001 | 0 | 111 | 11110000 | 1000101 | 1001101 |
Color Harmonies of #9E9EED
Complementary color
Monochromatic Colors of #9E9EED
Black with #9E9EED
Text Example
Text Example
White with #9E9EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9EED; }
p { color: rgb(158,158,237); }
H1.HeaderClassName
{
color: #9E9EED;
}
.AnyTagClassName
{
color: #9E9EED;
}
</style>
background-color css
<style>
a { background-color: #9E9EED; }
a { background-color: rgb(158,158,237); }
div.DivClassName
{
background-color: #9E9EED;
}
.BgClassName
{
background-color: #9E9EED;
}
</style>
border-color css
<style>
span { border-color: #9E9EED; }
span { border-color: rgb(158,158,237); }
td.TdClassName
{
border-color: #9E9EED;
}
.TagClassName
{
border-color: #9E9EED;
}
</style>