Shades of Portage #9398D9
Tints of Portage #9398D9
RGB
CMYK
RGB Variations
Color information
#9398D9 (or 0x9398D9) is known color: Portage. HEX triplet: 93, 98 and D9. RGB value is (147,152,217). Sum of RGB (Red+Green+Blue) = 147+152+217=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #9398D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9398D9 is #6C6726. Grayscale: #9D9D9D. Windows color (decimal): -7104295 or 14260371. OLE color: 14260371.
HSL color Cylindrical-coordinate representation of color #9398D9: hue angle of 235.71º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9398D9 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 152 | 217 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.15 |
| HSL | 235.71º | 0.48% | 0.71% | - |
| HSV(B) | 235.71º | 0.32% | 0.85% | - |
| XYZ | 35.79 | 33.67 | 70.26 | - |
| YUV | 157.92 | 161.34 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 152 | 217 | 0.32 | 0.30 | 0 | 0.15 | 235.71 | 0.48 | 0.71 |
| Hex | 93 | 98 | D9 | 20 | 1E | 0 | F | EC | 30 | 47 |
| Octal | 223 | 230 | 331 | 40 | 36 | 0 | 17 | 354 | 60 | 107 |
| Binary | 10010011 | 10011000 | 11011001 | 100000 | 11110 | 0 | 1111 | 11101100 | 110000 | 1000111 |
Color Harmonies of #9398D9
Complementary color
Monochromatic Colors of #9398D9
Black with #9398D9
Text Example
Text Example
White with #9398D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9398D9; }
p { color: rgb(147,152,217); }
H1.HeaderClassName
{
color: #9398D9;
}
.AnyTagClassName
{
color: #9398D9;
}
</style>
background-color css
<style>
a { background-color: #9398D9; }
a { background-color: rgb(147,152,217); }
div.DivClassName
{
background-color: #9398D9;
}
.BgClassName
{
background-color: #9398D9;
}
</style>
border-color css
<style>
span { border-color: #9398D9; }
span { border-color: rgb(147,152,217); }
td.TdClassName
{
border-color: #9398D9;
}
.TagClassName
{
border-color: #9398D9;
}
</style>