Shades of Portage #9398EC
Tints of Portage #9398EC
RGB
CMYK
RGB Variations
Color information
#9398EC (or 0x9398EC) is known color: Portage. HEX triplet: 93, 98 and EC. RGB value is (147,152,236). Sum of RGB (Red+Green+Blue) = 147+152+236=535 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.48% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #9398EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9398EC is #6C6713. Grayscale: #9F9F9F. Windows color (decimal): -7104276 or 15505555. OLE color: 15505555.
HSL color Cylindrical-coordinate representation of color #9398EC: hue angle of 236.63º 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 #9398EC is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 152 | 236 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.07 |
| HSL | 236.63º | 0.7% | 0.75% | - |
| HSV(B) | 236.63º | 0.38% | 0.93% | - |
| XYZ | 38.4 | 34.72 | 84.03 | - |
| YUV | 160.08 | 170.84 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 152 | 236 | 0.38 | 0.36 | 0 | 0.07 | 236.63 | 0.7 | 0.75 |
| Hex | 93 | 98 | EC | 26 | 24 | 0 | 7 | ED | 46 | 4B |
| Octal | 223 | 230 | 354 | 46 | 44 | 0 | 7 | 355 | 106 | 113 |
| Binary | 10010011 | 10011000 | 11101100 | 100110 | 100100 | 0 | 111 | 11101101 | 1000110 | 1001011 |
Color Harmonies of #9398EC
Complementary color
Monochromatic Colors of #9398EC
Black with #9398EC
Text Example
Text Example
White with #9398EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9398EC; }
p { color: rgb(147,152,236); }
H1.HeaderClassName
{
color: #9398EC;
}
.AnyTagClassName
{
color: #9398EC;
}
</style>
background-color css
<style>
a { background-color: #9398EC; }
a { background-color: rgb(147,152,236); }
div.DivClassName
{
background-color: #9398EC;
}
.BgClassName
{
background-color: #9398EC;
}
</style>
border-color css
<style>
span { border-color: #9398EC; }
span { border-color: rgb(147,152,236); }
td.TdClassName
{
border-color: #9398EC;
}
.TagClassName
{
border-color: #9398EC;
}
</style>