Shades of Portage #9E9FED
Tints of Portage #9E9FED
RGB
CMYK
RGB Variations
Color information
#9E9FED (or 0x9E9FED) is known color: Portage. HEX triplet: 9E, 9F and ED. RGB value is (158,159,237). Sum of RGB (Red+Green+Blue) = 158+159+237=554 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.52% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E9FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9FED is #616012. Grayscale: #A7A7A7. Windows color (decimal): -6381587 or 15572894. OLE color: 15572894.
HSL color Cylindrical-coordinate representation of color #9E9FED: hue angle of 239.24º 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 #9E9FED is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 159 | 237 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.07 |
| HSL | 239.24º | 0.69% | 0.77% | - |
| HSV(B) | 239.24º | 0.33% | 0.93% | - |
| XYZ | 41.78 | 38.18 | 85.29 | - |
| YUV | 167.59 | 167.17 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 159 | 237 | 0.33 | 0.33 | 0 | 0.07 | 239.24 | 0.69 | 0.77 |
| Hex | 9E | 9F | ED | 21 | 21 | 0 | 7 | EF | 45 | 4D |
| Octal | 236 | 237 | 355 | 41 | 41 | 0 | 7 | 357 | 105 | 115 |
| Binary | 10011110 | 10011111 | 11101101 | 100001 | 100001 | 0 | 111 | 11101111 | 1000101 | 1001101 |
Color Harmonies of #9E9FED
Complementary color
Monochromatic Colors of #9E9FED
Black with #9E9FED
Text Example
Text Example
White with #9E9FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9FED; }
p { color: rgb(158,159,237); }
H1.HeaderClassName
{
color: #9E9FED;
}
.AnyTagClassName
{
color: #9E9FED;
}
</style>
background-color css
<style>
a { background-color: #9E9FED; }
a { background-color: rgb(158,159,237); }
div.DivClassName
{
background-color: #9E9FED;
}
.BgClassName
{
background-color: #9E9FED;
}
</style>
border-color css
<style>
span { border-color: #9E9FED; }
span { border-color: rgb(158,159,237); }
td.TdClassName
{
border-color: #9E9FED;
}
.TagClassName
{
border-color: #9E9FED;
}
</style>