Shades of Portage #9494E0
Tints of Portage #9494E0
RGB
CMYK
RGB Variations
Color information
#9494E0 (or 0x9494E0) is known color: Portage. HEX triplet: 94, 94 and E0. RGB value is (148,148,224). Sum of RGB (Red+Green+Blue) = 148+148+224=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 148 (58.20% from 255 or 28.46% 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 #9494E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9494E0 is #6B6B1F. Grayscale: #9C9C9C. Windows color (decimal): -7039776 or 14718100. OLE color: 14718100.
HSL color Cylindrical-coordinate representation of color #9494E0: hue angle of 240º 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 #9494E0 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 148 | 224 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.12 |
| HSL | 240º | 0.55% | 0.73% | - |
| HSV(B) | 240º | 0.34% | 0.88% | - |
| XYZ | 36.26 | 32.86 | 74.95 | - |
| YUV | 156.66 | 166 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 148 | 224 | 0.34 | 0.34 | 0 | 0.12 | 240 | 0.55 | 0.73 |
| Hex | 94 | 94 | E0 | 22 | 22 | 0 | C | F0 | 37 | 49 |
| Octal | 224 | 224 | 340 | 42 | 42 | 0 | 14 | 360 | 67 | 111 |
| Binary | 10010100 | 10010100 | 11100000 | 100010 | 100010 | 0 | 1100 | 11110000 | 110111 | 1001001 |
Color Harmonies of #9494E0
Complementary color
Monochromatic Colors of #9494E0
Black with #9494E0
Text Example
Text Example
White with #9494E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9494E0; }
p { color: rgb(148,148,224); }
H1.HeaderClassName
{
color: #9494E0;
}
.AnyTagClassName
{
color: #9494E0;
}
</style>
background-color css
<style>
a { background-color: #9494E0; }
a { background-color: rgb(148,148,224); }
div.DivClassName
{
background-color: #9494E0;
}
.BgClassName
{
background-color: #9494E0;
}
</style>
border-color css
<style>
span { border-color: #9494E0; }
span { border-color: rgb(148,148,224); }
td.TdClassName
{
border-color: #9494E0;
}
.TagClassName
{
border-color: #9494E0;
}
</style>