Shades of Portage #9392E0
Tints of Portage #9392E0
RGB
CMYK
RGB Variations
Color information
#9392E0 (or 0x9392E0) is known color: Portage. HEX triplet: 93, 92 and E0. RGB value is (147,146,224). Sum of RGB (Red+Green+Blue) = 147+146+224=517 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.43% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #9392E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9392E0 is #6C6D1F. Grayscale: #9A9A9A. Windows color (decimal): -7105824 or 14717587. OLE color: 14717587.
HSL color Cylindrical-coordinate representation of color #9392E0: hue angle of 240.77º degrees, saturation: 0.56, 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 #9392E0 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 146 | 224 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.12 |
| HSL | 240.77º | 0.56% | 0.73% | - |
| HSV(B) | 240.77º | 0.35% | 0.88% | - |
| XYZ | 35.77 | 32.14 | 74.84 | - |
| YUV | 155.19 | 166.83 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 146 | 224 | 0.34 | 0.35 | 0 | 0.12 | 240.77 | 0.56 | 0.73 |
| Hex | 93 | 92 | E0 | 22 | 23 | 0 | C | F1 | 38 | 49 |
| Octal | 223 | 222 | 340 | 42 | 43 | 0 | 14 | 361 | 70 | 111 |
| Binary | 10010011 | 10010010 | 11100000 | 100010 | 100011 | 0 | 1100 | 11110001 | 111000 | 1001001 |
Color Harmonies of #9392E0
Complementary color
Monochromatic Colors of #9392E0
Black with #9392E0
Text Example
Text Example
White with #9392E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9392E0; }
p { color: rgb(147,146,224); }
H1.HeaderClassName
{
color: #9392E0;
}
.AnyTagClassName
{
color: #9392E0;
}
</style>
background-color css
<style>
a { background-color: #9392E0; }
a { background-color: rgb(147,146,224); }
div.DivClassName
{
background-color: #9392E0;
}
.BgClassName
{
background-color: #9392E0;
}
</style>
border-color css
<style>
span { border-color: #9392E0; }
span { border-color: rgb(147,146,224); }
td.TdClassName
{
border-color: #9392E0;
}
.TagClassName
{
border-color: #9392E0;
}
</style>