Shades of Portage #9399FA
Tints of Portage #9399FA
RGB
CMYK
RGB Variations
Color information
#9399FA (or 0x9399FA) is known color: Portage. HEX triplet: 93, 99 and FA. RGB value is (147,153,250). Sum of RGB (Red+Green+Blue) = 147+153+250=550 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.73% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #9399FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9399FA is #6C6605. Grayscale: #A1A1A1. Windows color (decimal): -7104006 or 16423315. OLE color: 16423315.
HSL color Cylindrical-coordinate representation of color #9399FA: hue angle of 236.5º 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 #9399FA is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 153 | 250 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.02 |
| HSL | 236.5º | 0.91% | 0.78% | - |
| HSV(B) | 236.5º | 0.41% | 0.98% | - |
| XYZ | 40.68 | 35.89 | 95.23 | - |
| YUV | 162.26 | 177.51 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 153 | 250 | 0.41 | 0.39 | 0 | 0.02 | 236.5 | 0.91 | 0.78 |
| Hex | 93 | 99 | FA | 29 | 27 | 0 | 2 | ED | 5B | 4E |
| Octal | 223 | 231 | 372 | 51 | 47 | 0 | 2 | 355 | 133 | 116 |
| Binary | 10010011 | 10011001 | 11111010 | 101001 | 100111 | 0 | 10 | 11101101 | 1011011 | 1001110 |
Color Harmonies of #9399FA
Complementary color
Monochromatic Colors of #9399FA
Black with #9399FA
Text Example
Text Example
White with #9399FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9399FA; }
p { color: rgb(147,153,250); }
H1.HeaderClassName
{
color: #9399FA;
}
.AnyTagClassName
{
color: #9399FA;
}
</style>
background-color css
<style>
a { background-color: #9399FA; }
a { background-color: rgb(147,153,250); }
div.DivClassName
{
background-color: #9399FA;
}
.BgClassName
{
background-color: #9399FA;
}
</style>
border-color css
<style>
span { border-color: #9399FA; }
span { border-color: rgb(147,153,250); }
td.TdClassName
{
border-color: #9399FA;
}
.TagClassName
{
border-color: #9399FA;
}
</style>