Shades of Portage #9399FE
Tints of Portage #9399FE
RGB
CMYK
RGB Variations
Color information
#9399FE (or 0x9399FE) is known color: Portage. HEX triplet: 93, 99 and FE. RGB value is (147,153,254). Sum of RGB (Red+Green+Blue) = 147+153+254=554 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.53% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #9399FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9399FE is #6C6601. Grayscale: #A2A2A2. Windows color (decimal): -7104002 or 16685459. OLE color: 16685459.
HSL color Cylindrical-coordinate representation of color #9399FE: hue angle of 236.64º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9399FE is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 153 | 254 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.00 |
| HSL | 236.64º | 0.98% | 0.79% | - |
| HSV(B) | 236.64º | 0.42% | 1% | - |
| XYZ | 41.31 | 36.14 | 98.56 | - |
| YUV | 162.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 153 | 254 | 0.42 | 0.40 | 0 | 0.00 | 236.64 | 0.98 | 0.79 |
| Hex | 93 | 99 | FE | 2A | 28 | 0 | 0 | ED | 62 | 4F |
| Octal | 223 | 231 | 376 | 52 | 50 | 0 | 0 | 355 | 142 | 117 |
| Binary | 10010011 | 10011001 | 11111110 | 101010 | 101000 | 0 | 0 | 11101101 | 1100010 | 1001111 |
Color Harmonies of #9399FE
Complementary color
Monochromatic Colors of #9399FE
Black with #9399FE
Text Example
Text Example
White with #9399FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9399FE; }
p { color: rgb(147,153,254); }
H1.HeaderClassName
{
color: #9399FE;
}
.AnyTagClassName
{
color: #9399FE;
}
</style>
background-color css
<style>
a { background-color: #9399FE; }
a { background-color: rgb(147,153,254); }
div.DivClassName
{
background-color: #9399FE;
}
.BgClassName
{
background-color: #9399FE;
}
</style>
border-color css
<style>
span { border-color: #9399FE; }
span { border-color: rgb(147,153,254); }
td.TdClassName
{
border-color: #9399FE;
}
.TagClassName
{
border-color: #9399FE;
}
</style>