Shades of Portage #9390E0
Tints of Portage #9390E0
RGB
CMYK
RGB Variations
Color information
#9390E0 (or 0x9390E0) is known color: Portage. HEX triplet: 93, 90 and E0. RGB value is (147,144,224). Sum of RGB (Red+Green+Blue) = 147+144+224=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #9390E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9390E0 is #6C6F1F. Grayscale: #999999. Windows color (decimal): -7106336 or 14717075. OLE color: 14717075.
HSL color Cylindrical-coordinate representation of color #9390E0: hue angle of 242.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9390E0 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 144 | 224 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.12 |
| HSL | 242.25º | 0.56% | 0.72% | - |
| HSV(B) | 242.25º | 0.36% | 0.88% | - |
| XYZ | 35.46 | 31.53 | 74.74 | - |
| YUV | 154.02 | 167.49 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 144 | 224 | 0.34 | 0.36 | 0 | 0.12 | 242.25 | 0.56 | 0.72 |
| Hex | 93 | 90 | E0 | 22 | 24 | 0 | C | F2 | 38 | 48 |
| Octal | 223 | 220 | 340 | 42 | 44 | 0 | 14 | 362 | 70 | 110 |
| Binary | 10010011 | 10010000 | 11100000 | 100010 | 100100 | 0 | 1100 | 11110010 | 111000 | 1001000 |
Color Harmonies of #9390E0
Complementary color
Monochromatic Colors of #9390E0
Black with #9390E0
Text Example
Text Example
White with #9390E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9390E0; }
p { color: rgb(147,144,224); }
H1.HeaderClassName
{
color: #9390E0;
}
.AnyTagClassName
{
color: #9390E0;
}
</style>
background-color css
<style>
a { background-color: #9390E0; }
a { background-color: rgb(147,144,224); }
div.DivClassName
{
background-color: #9390E0;
}
.BgClassName
{
background-color: #9390E0;
}
</style>
border-color css
<style>
span { border-color: #9390E0; }
span { border-color: rgb(147,144,224); }
td.TdClassName
{
border-color: #9390E0;
}
.TagClassName
{
border-color: #9390E0;
}
</style>