Shades of Portage #9390EA
Tints of Portage #9390EA
RGB
CMYK
RGB Variations
Color information
#9390EA (or 0x9390EA) is known color: Portage. HEX triplet: 93, 90 and EA. RGB value is (147,144,234). Sum of RGB (Red+Green+Blue) = 147+144+234=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #9390EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9390EA is #6C6F15. Grayscale: #9A9A9A. Windows color (decimal): -7106326 or 15372435. OLE color: 15372435.
HSL color Cylindrical-coordinate representation of color #9390EA: hue angle of 242º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9390EA is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 144 | 234 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.08 |
| HSL | 242º | 0.68% | 0.74% | - |
| HSV(B) | 242º | 0.38% | 0.92% | - |
| XYZ | 36.86 | 32.09 | 82.09 | - |
| YUV | 155.16 | 172.49 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 144 | 234 | 0.37 | 0.38 | 0 | 0.08 | 242 | 0.68 | 0.74 |
| Hex | 93 | 90 | EA | 25 | 26 | 0 | 8 | F2 | 44 | 4A |
| Octal | 223 | 220 | 352 | 45 | 46 | 0 | 10 | 362 | 104 | 112 |
| Binary | 10010011 | 10010000 | 11101010 | 100101 | 100110 | 0 | 1000 | 11110010 | 1000100 | 1001010 |
Color Harmonies of #9390EA
Complementary color
Monochromatic Colors of #9390EA
Black with #9390EA
Text Example
Text Example
White with #9390EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9390EA; }
p { color: rgb(147,144,234); }
H1.HeaderClassName
{
color: #9390EA;
}
.AnyTagClassName
{
color: #9390EA;
}
</style>
background-color css
<style>
a { background-color: #9390EA; }
a { background-color: rgb(147,144,234); }
div.DivClassName
{
background-color: #9390EA;
}
.BgClassName
{
background-color: #9390EA;
}
</style>
border-color css
<style>
span { border-color: #9390EA; }
span { border-color: rgb(147,144,234); }
td.TdClassName
{
border-color: #9390EA;
}
.TagClassName
{
border-color: #9390EA;
}
</style>