Shades of Portage #9394E1
Tints of Portage #9394E1
RGB
CMYK
RGB Variations
Color information
#9394E1 (or 0x9394E1) is known color: Portage. HEX triplet: 93, 94 and E1. RGB value is (147,148,225). Sum of RGB (Red+Green+Blue) = 147+148+225=520 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.27% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 225 - color contains mainly: blue. Hex color #9394E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9394E1 is #6C6B1E. Grayscale: #9C9C9C. Windows color (decimal): -7105311 or 14783635. OLE color: 14783635.
HSL color Cylindrical-coordinate representation of color #9394E1: hue angle of 239.23º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9394E1 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 148 | 225 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.12 |
| HSL | 239.23º | 0.57% | 0.73% | - |
| HSV(B) | 239.23º | 0.35% | 0.88% | - |
| XYZ | 36.21 | 32.82 | 75.66 | - |
| YUV | 156.48 | 166.67 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 148 | 225 | 0.35 | 0.34 | 0 | 0.12 | 239.23 | 0.57 | 0.73 |
| Hex | 93 | 94 | E1 | 23 | 22 | 0 | C | EF | 39 | 49 |
| Octal | 223 | 224 | 341 | 43 | 42 | 0 | 14 | 357 | 71 | 111 |
| Binary | 10010011 | 10010100 | 11100001 | 100011 | 100010 | 0 | 1100 | 11101111 | 111001 | 1001001 |
Color Harmonies of #9394E1
Complementary color
Monochromatic Colors of #9394E1
Black with #9394E1
Text Example
Text Example
White with #9394E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9394E1; }
p { color: rgb(147,148,225); }
H1.HeaderClassName
{
color: #9394E1;
}
.AnyTagClassName
{
color: #9394E1;
}
</style>
background-color css
<style>
a { background-color: #9394E1; }
a { background-color: rgb(147,148,225); }
div.DivClassName
{
background-color: #9394E1;
}
.BgClassName
{
background-color: #9394E1;
}
</style>
border-color css
<style>
span { border-color: #9394E1; }
span { border-color: rgb(147,148,225); }
td.TdClassName
{
border-color: #9394E1;
}
.TagClassName
{
border-color: #9394E1;
}
</style>