Shades of Portage #9393F5
Tints of Portage #9393F5
RGB
CMYK
RGB Variations
Color information
#9393F5 (or 0x9393F5) is known color: Portage. HEX triplet: 93, 93 and F5. RGB value is (147,147,245). Sum of RGB (Red+Green+Blue) = 147+147+245=539 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.27% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 245 (96.09% from 255 or 45.45% from 539); Max value from RGB is 245 - color contains mainly: blue. Hex color #9393F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9393F5 is #6C6C0A. Grayscale: #9D9D9D. Windows color (decimal): -7105547 or 16094099. OLE color: 16094099.
HSL color Cylindrical-coordinate representation of color #9393F5: hue angle of 240º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9393F5 is Cyan = 0.4, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 147 | 245 | - |
| CMYK | 0.4 | 0.4 | 0 | 0.04 |
| HSL | 240º | 0.83% | 0.77% | - |
| HSV(B) | 240º | 0.4% | 0.96% | - |
| XYZ | 38.95 | 33.66 | 90.83 | - |
| YUV | 158.17 | 177 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 147 | 245 | 0.4 | 0.4 | 0 | 0.04 | 240 | 0.83 | 0.77 |
| Hex | 93 | 93 | F5 | 28 | 28 | 0 | 4 | F0 | 53 | 4D |
| Octal | 223 | 223 | 365 | 50 | 50 | 0 | 4 | 360 | 123 | 115 |
| Binary | 10010011 | 10010011 | 11110101 | 101000 | 101000 | 0 | 100 | 11110000 | 1010011 | 1001101 |
Color Harmonies of #9393F5
Complementary color
Monochromatic Colors of #9393F5
Black with #9393F5
Text Example
Text Example
White with #9393F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9393F5; }
p { color: rgb(147,147,245); }
H1.HeaderClassName
{
color: #9393F5;
}
.AnyTagClassName
{
color: #9393F5;
}
</style>
background-color css
<style>
a { background-color: #9393F5; }
a { background-color: rgb(147,147,245); }
div.DivClassName
{
background-color: #9393F5;
}
.BgClassName
{
background-color: #9393F5;
}
</style>
border-color css
<style>
span { border-color: #9393F5; }
span { border-color: rgb(147,147,245); }
td.TdClassName
{
border-color: #9393F5;
}
.TagClassName
{
border-color: #9393F5;
}
</style>