Shades of Portage #9389E7
Tints of Portage #9389E7
RGB
CMYK
RGB Variations
Color information
#9389E7 (or 0x9389E7) is known color: Portage. HEX triplet: 93, 89 and E7. RGB value is (147,137,231). Sum of RGB (Red+Green+Blue) = 147+137+231=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 231 (90.62% from 255 or 44.85% from 515); Max value from RGB is 231 - color contains mainly: blue. Hex color #9389E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9389E7 is #6C7618. Grayscale: #969696. Windows color (decimal): -7108121 or 15174035. OLE color: 15174035.
HSL color Cylindrical-coordinate representation of color #9389E7: hue angle of 246.38º degrees, saturation: 0.66, 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 #9389E7 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 137 | 231 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.09 |
| HSL | 246.38º | 0.66% | 0.72% | - |
| HSV(B) | 246.38º | 0.41% | 0.91% | - |
| XYZ | 35.4 | 29.86 | 79.5 | - |
| YUV | 150.71 | 173.31 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 137 | 231 | 0.36 | 0.41 | 0 | 0.09 | 246.38 | 0.66 | 0.72 |
| Hex | 93 | 89 | E7 | 24 | 29 | 0 | 9 | F6 | 42 | 48 |
| Octal | 223 | 211 | 347 | 44 | 51 | 0 | 11 | 366 | 102 | 110 |
| Binary | 10010011 | 10001001 | 11100111 | 100100 | 101001 | 0 | 1001 | 11110110 | 1000010 | 1001000 |
Color Harmonies of #9389E7
Complementary color
Monochromatic Colors of #9389E7
Black with #9389E7
Text Example
Text Example
White with #9389E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9389E7; }
p { color: rgb(147,137,231); }
H1.HeaderClassName
{
color: #9389E7;
}
.AnyTagClassName
{
color: #9389E7;
}
</style>
background-color css
<style>
a { background-color: #9389E7; }
a { background-color: rgb(147,137,231); }
div.DivClassName
{
background-color: #9389E7;
}
.BgClassName
{
background-color: #9389E7;
}
</style>
border-color css
<style>
span { border-color: #9389E7; }
span { border-color: rgb(147,137,231); }
td.TdClassName
{
border-color: #9389E7;
}
.TagClassName
{
border-color: #9389E7;
}
</style>