Shades of Portage #9395FF
Tints of Portage #9395FF
RGB
CMYK
RGB Variations
Color information
#9395FF (or 0x9395FF) is known color: Portage. HEX triplet: 93, 95 and FF. RGB value is (147,149,255). Sum of RGB (Red+Green+Blue) = 147+149+255=551 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.68% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #9395FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9395FF is #6C6A00. Grayscale: #A0A0A0. Windows color (decimal): -7105025 or 16749971. OLE color: 16749971.
HSL color Cylindrical-coordinate representation of color #9395FF: hue angle of 238.89º 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 #9395FF is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 149 | 255 | - |
| CMYK | 0.42 | 0.42 | 0 | 0 |
| HSL | 238.89º | 1% | 0.79% | - |
| HSV(B) | 238.89º | 0.42% | 1% | - |
| XYZ | 40.83 | 34.92 | 99.2 | - |
| YUV | 160.49 | 181.34 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 149 | 255 | 0.42 | 0.42 | 0 | 0 | 238.89 | 1 | 0.79 |
| Hex | 93 | 95 | FF | 2A | 2A | 0 | 0 | EF | 64 | 4F |
| Octal | 223 | 225 | 377 | 52 | 52 | 0 | 0 | 357 | 144 | 117 |
| Binary | 10010011 | 10010101 | 11111111 | 101010 | 101010 | 0 | 0 | 11101111 | 1100100 | 1001111 |
Color Harmonies of #9395FF
Complementary color
Monochromatic Colors of #9395FF
Black with #9395FF
Text Example
Text Example
White with #9395FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9395FF; }
p { color: rgb(147,149,255); }
H1.HeaderClassName
{
color: #9395FF;
}
.AnyTagClassName
{
color: #9395FF;
}
</style>
background-color css
<style>
a { background-color: #9395FF; }
a { background-color: rgb(147,149,255); }
div.DivClassName
{
background-color: #9395FF;
}
.BgClassName
{
background-color: #9395FF;
}
</style>
border-color css
<style>
span { border-color: #9395FF; }
span { border-color: rgb(147,149,255); }
td.TdClassName
{
border-color: #9395FF;
}
.TagClassName
{
border-color: #9395FF;
}
</style>