Shades of Portage #9395E0
Tints of Portage #9395E0
RGB
CMYK
RGB Variations
Color information
#9395E0 (or 0x9395E0) is known color: Portage. HEX triplet: 93, 95 and E0. RGB value is (147,149,224). Sum of RGB (Red+Green+Blue) = 147+149+224=520 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.27% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #9395E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9395E0 is #6C6A1F. Grayscale: #9C9C9C. Windows color (decimal): -7105056 or 14718355. OLE color: 14718355.
HSL color Cylindrical-coordinate representation of color #9395E0: hue angle of 238.44º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9395E0 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 149 | 224 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.12 |
| HSL | 238.44º | 0.55% | 0.73% | - |
| HSV(B) | 238.44º | 0.34% | 0.88% | - |
| XYZ | 36.23 | 33.08 | 75 | - |
| YUV | 156.95 | 165.84 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 149 | 224 | 0.34 | 0.33 | 0 | 0.12 | 238.44 | 0.55 | 0.73 |
| Hex | 93 | 95 | E0 | 22 | 21 | 0 | C | EE | 37 | 49 |
| Octal | 223 | 225 | 340 | 42 | 41 | 0 | 14 | 356 | 67 | 111 |
| Binary | 10010011 | 10010101 | 11100000 | 100010 | 100001 | 0 | 1100 | 11101110 | 110111 | 1001001 |
Color Harmonies of #9395E0
Complementary color
Monochromatic Colors of #9395E0
Black with #9395E0
Text Example
Text Example
White with #9395E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9395E0; }
p { color: rgb(147,149,224); }
H1.HeaderClassName
{
color: #9395E0;
}
.AnyTagClassName
{
color: #9395E0;
}
</style>
background-color css
<style>
a { background-color: #9395E0; }
a { background-color: rgb(147,149,224); }
div.DivClassName
{
background-color: #9395E0;
}
.BgClassName
{
background-color: #9395E0;
}
</style>
border-color css
<style>
span { border-color: #9395E0; }
span { border-color: rgb(147,149,224); }
td.TdClassName
{
border-color: #9395E0;
}
.TagClassName
{
border-color: #9395E0;
}
</style>