Shades of Portage #9398FF
Tints of Portage #9398FF
RGB
CMYK
RGB Variations
Color information
#9398FF (or 0x9398FF) is known color: Portage. HEX triplet: 93, 98 and FF. RGB value is (147,152,255). Sum of RGB (Red+Green+Blue) = 147+152+255=554 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.53% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #9398FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9398FF is #6C6700. Grayscale: #A1A1A1. Windows color (decimal): -7104257 or 16750739. OLE color: 16750739.
HSL color Cylindrical-coordinate representation of color #9398FF: hue angle of 237.22º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9398FF is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 152 | 255 | - |
| CMYK | 0.42 | 0.40 | 0 | 0 |
| HSL | 237.22º | 1% | 0.79% | - |
| HSV(B) | 237.22º | 0.42% | 1% | - |
| XYZ | 41.31 | 35.88 | 99.36 | - |
| YUV | 162.25 | 180.34 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 152 | 255 | 0.42 | 0.40 | 0 | 0 | 237.22 | 1 | 0.79 |
| Hex | 93 | 98 | FF | 2A | 28 | 0 | 0 | ED | 64 | 4F |
| Octal | 223 | 230 | 377 | 52 | 50 | 0 | 0 | 355 | 144 | 117 |
| Binary | 10010011 | 10011000 | 11111111 | 101010 | 101000 | 0 | 0 | 11101101 | 1100100 | 1001111 |
Color Harmonies of #9398FF
Complementary color
Monochromatic Colors of #9398FF
Black with #9398FF
Text Example
Text Example
White with #9398FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9398FF; }
p { color: rgb(147,152,255); }
H1.HeaderClassName
{
color: #9398FF;
}
.AnyTagClassName
{
color: #9398FF;
}
</style>
background-color css
<style>
a { background-color: #9398FF; }
a { background-color: rgb(147,152,255); }
div.DivClassName
{
background-color: #9398FF;
}
.BgClassName
{
background-color: #9398FF;
}
</style>
border-color css
<style>
span { border-color: #9398FF; }
span { border-color: rgb(147,152,255); }
td.TdClassName
{
border-color: #9398FF;
}
.TagClassName
{
border-color: #9398FF;
}
</style>