Shades of Portage #9398EE
Tints of Portage #9398EE
RGB
CMYK
RGB Variations
Color information
#9398EE (or 0x9398EE) is known color: Portage. HEX triplet: 93, 98 and EE. RGB value is (147,152,238). Sum of RGB (Red+Green+Blue) = 147+152+238=537 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.37% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #9398EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9398EE is #6C6711. Grayscale: #9F9F9F. Windows color (decimal): -7104274 or 15636627. OLE color: 15636627.
HSL color Cylindrical-coordinate representation of color #9398EE: hue angle of 236.7º degrees, saturation: 0.73, 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 #9398EE is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 152 | 238 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.07 |
| HSL | 236.7º | 0.73% | 0.75% | - |
| HSV(B) | 236.7º | 0.38% | 0.93% | - |
| XYZ | 38.69 | 34.83 | 85.57 | - |
| YUV | 160.31 | 171.84 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 152 | 238 | 0.38 | 0.36 | 0 | 0.07 | 236.7 | 0.73 | 0.75 |
| Hex | 93 | 98 | EE | 26 | 24 | 0 | 7 | ED | 49 | 4B |
| Octal | 223 | 230 | 356 | 46 | 44 | 0 | 7 | 355 | 111 | 113 |
| Binary | 10010011 | 10011000 | 11101110 | 100110 | 100100 | 0 | 111 | 11101101 | 1001001 | 1001011 |
Color Harmonies of #9398EE
Complementary color
Monochromatic Colors of #9398EE
Black with #9398EE
Text Example
Text Example
White with #9398EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9398EE; }
p { color: rgb(147,152,238); }
H1.HeaderClassName
{
color: #9398EE;
}
.AnyTagClassName
{
color: #9398EE;
}
</style>
background-color css
<style>
a { background-color: #9398EE; }
a { background-color: rgb(147,152,238); }
div.DivClassName
{
background-color: #9398EE;
}
.BgClassName
{
background-color: #9398EE;
}
</style>
border-color css
<style>
span { border-color: #9398EE; }
span { border-color: rgb(147,152,238); }
td.TdClassName
{
border-color: #9398EE;
}
.TagClassName
{
border-color: #9398EE;
}
</style>