Shades of Portage #9389E8
Tints of Portage #9389E8
RGB
CMYK
RGB Variations
Color information
#9389E8 (or 0x9389E8) is known color: Portage. HEX triplet: 93, 89 and E8. RGB value is (147,137,232). Sum of RGB (Red+Green+Blue) = 147+137+232=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 232 - color contains mainly: blue. Hex color #9389E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9389E8 is #6C7617. Grayscale: #969696. Windows color (decimal): -7108120 or 15239571. OLE color: 15239571.
HSL color Cylindrical-coordinate representation of color #9389E8: hue angle of 246.32º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9389E8 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 137 | 232 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.09 |
| HSL | 246.32º | 0.67% | 0.72% | - |
| HSV(B) | 246.32º | 0.41% | 0.91% | - |
| XYZ | 35.54 | 29.92 | 80.25 | - |
| YUV | 150.82 | 173.81 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 137 | 232 | 0.37 | 0.41 | 0 | 0.09 | 246.32 | 0.67 | 0.72 |
| Hex | 93 | 89 | E8 | 25 | 29 | 0 | 9 | F6 | 43 | 48 |
| Octal | 223 | 211 | 350 | 45 | 51 | 0 | 11 | 366 | 103 | 110 |
| Binary | 10010011 | 10001001 | 11101000 | 100101 | 101001 | 0 | 1001 | 11110110 | 1000011 | 1001000 |
Color Harmonies of #9389E8
Complementary color
Monochromatic Colors of #9389E8
Black with #9389E8
Text Example
Text Example
White with #9389E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9389E8; }
p { color: rgb(147,137,232); }
H1.HeaderClassName
{
color: #9389E8;
}
.AnyTagClassName
{
color: #9389E8;
}
</style>
background-color css
<style>
a { background-color: #9389E8; }
a { background-color: rgb(147,137,232); }
div.DivClassName
{
background-color: #9389E8;
}
.BgClassName
{
background-color: #9389E8;
}
</style>
border-color css
<style>
span { border-color: #9389E8; }
span { border-color: rgb(147,137,232); }
td.TdClassName
{
border-color: #9389E8;
}
.TagClassName
{
border-color: #9389E8;
}
</style>