Shades of Portage #9398FA
Tints of Portage #9398FA
RGB
CMYK
RGB Variations
Color information
#9398FA (or 0x9398FA) is known color: Portage. HEX triplet: 93, 98 and FA. RGB value is (147,152,250). Sum of RGB (Red+Green+Blue) = 147+152+250=549 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.78% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #9398FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9398FA is #6C6705. Grayscale: #A1A1A1. Windows color (decimal): -7104262 or 16423059. OLE color: 16423059.
HSL color Cylindrical-coordinate representation of color #9398FA: hue angle of 237.09º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9398FA is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 152 | 250 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.02 |
| HSL | 237.09º | 0.91% | 0.78% | - |
| HSV(B) | 237.09º | 0.41% | 0.98% | - |
| XYZ | 40.52 | 35.56 | 95.17 | - |
| YUV | 161.68 | 177.84 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 152 | 250 | 0.41 | 0.39 | 0 | 0.02 | 237.09 | 0.91 | 0.78 |
| Hex | 93 | 98 | FA | 29 | 27 | 0 | 2 | ED | 5B | 4E |
| Octal | 223 | 230 | 372 | 51 | 47 | 0 | 2 | 355 | 133 | 116 |
| Binary | 10010011 | 10011000 | 11111010 | 101001 | 100111 | 0 | 10 | 11101101 | 1011011 | 1001110 |
Color Harmonies of #9398FA
Complementary color
Monochromatic Colors of #9398FA
Black with #9398FA
Text Example
Text Example
White with #9398FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9398FA; }
p { color: rgb(147,152,250); }
H1.HeaderClassName
{
color: #9398FA;
}
.AnyTagClassName
{
color: #9398FA;
}
</style>
background-color css
<style>
a { background-color: #9398FA; }
a { background-color: rgb(147,152,250); }
div.DivClassName
{
background-color: #9398FA;
}
.BgClassName
{
background-color: #9398FA;
}
</style>
border-color css
<style>
span { border-color: #9398FA; }
span { border-color: rgb(147,152,250); }
td.TdClassName
{
border-color: #9398FA;
}
.TagClassName
{
border-color: #9398FA;
}
</style>