Shades of Portage #9E9DF6
Tints of Portage #9E9DF6
RGB
CMYK
RGB Variations
Color information
#9E9DF6 (or 0x9E9DF6) is known color: Portage. HEX triplet: 9E, 9D and F6. RGB value is (158,157,246). Sum of RGB (Red+Green+Blue) = 158+157+246=561 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.16% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #9E9DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9DF6 is #616209. Grayscale: #A7A7A7. Windows color (decimal): -6382090 or 16162206. OLE color: 16162206.
HSL color Cylindrical-coordinate representation of color #9E9DF6: hue angle of 240.67º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E9DF6 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 158 | 157 | 246 | - |
| CMYK | 0.36 | 0.36 | 0 | 0.04 |
| HSL | 240.67º | 0.83% | 0.79% | - |
| HSV(B) | 240.67º | 0.36% | 0.96% | - |
| XYZ | 42.79 | 38.04 | 92.28 | - |
| YUV | 167.45 | 172.33 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 157 | 246 | 0.36 | 0.36 | 0 | 0.04 | 240.67 | 0.83 | 0.79 |
| Hex | 9E | 9D | F6 | 24 | 24 | 0 | 4 | F1 | 53 | 4F |
| Octal | 236 | 235 | 366 | 44 | 44 | 0 | 4 | 361 | 123 | 117 |
| Binary | 10011110 | 10011101 | 11110110 | 100100 | 100100 | 0 | 100 | 11110001 | 1010011 | 1001111 |
Color Harmonies of #9E9DF6
Complementary color
Monochromatic Colors of #9E9DF6
Black with #9E9DF6
Text Example
Text Example
White with #9E9DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9DF6; }
p { color: rgb(158,157,246); }
H1.HeaderClassName
{
color: #9E9DF6;
}
.AnyTagClassName
{
color: #9E9DF6;
}
</style>
background-color css
<style>
a { background-color: #9E9DF6; }
a { background-color: rgb(158,157,246); }
div.DivClassName
{
background-color: #9E9DF6;
}
.BgClassName
{
background-color: #9E9DF6;
}
</style>
border-color css
<style>
span { border-color: #9E9DF6; }
span { border-color: rgb(158,157,246); }
td.TdClassName
{
border-color: #9E9DF6;
}
.TagClassName
{
border-color: #9E9DF6;
}
</style>