Shades of Portage #9396EC
Tints of Portage #9396EC
RGB
CMYK
RGB Variations
Color information
#9396EC (or 0x9396EC) is known color: Portage. HEX triplet: 93, 96 and EC. RGB value is (147,150,236). Sum of RGB (Red+Green+Blue) = 147+150+236=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #9396EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9396EC is #6C6913. Grayscale: #9E9E9E. Windows color (decimal): -7104788 or 15505043. OLE color: 15505043.
HSL color Cylindrical-coordinate representation of color #9396EC: hue angle of 237.98º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9396EC is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 150 | 236 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.07 |
| HSL | 237.98º | 0.7% | 0.75% | - |
| HSV(B) | 237.98º | 0.38% | 0.93% | - |
| XYZ | 38.08 | 34.07 | 83.93 | - |
| YUV | 158.91 | 171.51 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 150 | 236 | 0.38 | 0.36 | 0 | 0.07 | 237.98 | 0.7 | 0.75 |
| Hex | 93 | 96 | EC | 26 | 24 | 0 | 7 | EE | 46 | 4B |
| Octal | 223 | 226 | 354 | 46 | 44 | 0 | 7 | 356 | 106 | 113 |
| Binary | 10010011 | 10010110 | 11101100 | 100110 | 100100 | 0 | 111 | 11101110 | 1000110 | 1001011 |
Color Harmonies of #9396EC
Complementary color
Monochromatic Colors of #9396EC
Black with #9396EC
Text Example
Text Example
White with #9396EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9396EC; }
p { color: rgb(147,150,236); }
H1.HeaderClassName
{
color: #9396EC;
}
.AnyTagClassName
{
color: #9396EC;
}
</style>
background-color css
<style>
a { background-color: #9396EC; }
a { background-color: rgb(147,150,236); }
div.DivClassName
{
background-color: #9396EC;
}
.BgClassName
{
background-color: #9396EC;
}
</style>
border-color css
<style>
span { border-color: #9396EC; }
span { border-color: rgb(147,150,236); }
td.TdClassName
{
border-color: #9396EC;
}
.TagClassName
{
border-color: #9396EC;
}
</style>