Shades of Portage #9396FF
Tints of Portage #9396FF
RGB
CMYK
RGB Variations
Color information
#9396FF (or 0x9396FF) is known color: Portage. HEX triplet: 93, 96 and FF. RGB value is (147,150,255). Sum of RGB (Red+Green+Blue) = 147+150+255=552 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.63% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #9396FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9396FF is #6C6900. Grayscale: #A0A0A0. Windows color (decimal): -7104769 or 16750227. OLE color: 16750227.
HSL color Cylindrical-coordinate representation of color #9396FF: hue angle of 238.33º 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 #9396FF is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 150 | 255 | - |
| CMYK | 0.42 | 0.41 | 0 | 0 |
| HSL | 238.33º | 1% | 0.79% | - |
| HSV(B) | 238.33º | 0.42% | 1% | - |
| XYZ | 40.99 | 35.24 | 99.25 | - |
| YUV | 161.07 | 181.01 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 150 | 255 | 0.42 | 0.41 | 0 | 0 | 238.33 | 1 | 0.79 |
| Hex | 93 | 96 | FF | 2A | 29 | 0 | 0 | EE | 64 | 4F |
| Octal | 223 | 226 | 377 | 52 | 51 | 0 | 0 | 356 | 144 | 117 |
| Binary | 10010011 | 10010110 | 11111111 | 101010 | 101001 | 0 | 0 | 11101110 | 1100100 | 1001111 |
Color Harmonies of #9396FF
Complementary color
Monochromatic Colors of #9396FF
Black with #9396FF
Text Example
Text Example
White with #9396FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9396FF; }
p { color: rgb(147,150,255); }
H1.HeaderClassName
{
color: #9396FF;
}
.AnyTagClassName
{
color: #9396FF;
}
</style>
background-color css
<style>
a { background-color: #9396FF; }
a { background-color: rgb(147,150,255); }
div.DivClassName
{
background-color: #9396FF;
}
.BgClassName
{
background-color: #9396FF;
}
</style>
border-color css
<style>
span { border-color: #9396FF; }
span { border-color: rgb(147,150,255); }
td.TdClassName
{
border-color: #9396FF;
}
.TagClassName
{
border-color: #9396FF;
}
</style>