Shades of Portage #9490EC
Tints of Portage #9490EC
RGB
CMYK
RGB Variations
Color information
#9490EC (or 0x9490EC) is known color: Portage. HEX triplet: 94, 90 and EC. RGB value is (148,144,236). Sum of RGB (Red+Green+Blue) = 148+144+236=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #9490EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9490EC is #6B6F13. Grayscale: #9B9B9B. Windows color (decimal): -7040788 or 15503508. OLE color: 15503508.
HSL color Cylindrical-coordinate representation of color #9490EC: hue angle of 242.61º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9490EC is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 144 | 236 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.07 |
| HSL | 242.61º | 0.71% | 0.75% | - |
| HSV(B) | 242.61º | 0.39% | 0.93% | - |
| XYZ | 37.33 | 32.3 | 83.62 | - |
| YUV | 155.68 | 173.33 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 236 | 0.37 | 0.39 | 0 | 0.07 | 242.61 | 0.71 | 0.75 |
| Hex | 94 | 90 | EC | 25 | 27 | 0 | 7 | F3 | 47 | 4B |
| Octal | 224 | 220 | 354 | 45 | 47 | 0 | 7 | 363 | 107 | 113 |
| Binary | 10010100 | 10010000 | 11101100 | 100101 | 100111 | 0 | 111 | 11110011 | 1000111 | 1001011 |
Color Harmonies of #9490EC
Complementary color
Monochromatic Colors of #9490EC
Black with #9490EC
Text Example
Text Example
White with #9490EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9490EC; }
p { color: rgb(148,144,236); }
H1.HeaderClassName
{
color: #9490EC;
}
.AnyTagClassName
{
color: #9490EC;
}
</style>
background-color css
<style>
a { background-color: #9490EC; }
a { background-color: rgb(148,144,236); }
div.DivClassName
{
background-color: #9490EC;
}
.BgClassName
{
background-color: #9490EC;
}
</style>
border-color css
<style>
span { border-color: #9490EC; }
span { border-color: rgb(148,144,236); }
td.TdClassName
{
border-color: #9490EC;
}
.TagClassName
{
border-color: #9490EC;
}
</style>