Shades of Portage #9190EC
Tints of Portage #9190EC
RGB
CMYK
RGB Variations
Color information
#9190EC (or 0x9190EC) is known color: Portage. HEX triplet: 91, 90 and EC. RGB value is (145,144,236). Sum of RGB (Red+Green+Blue) = 145+144+236=525 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.62% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #9190EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9190EC is #6E6F13. Grayscale: #9A9A9A. Windows color (decimal): -7237396 or 15503505. OLE color: 15503505.
HSL color Cylindrical-coordinate representation of color #9190EC: hue angle of 240.65º 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 #9190EC is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 144 | 236 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.07 |
| HSL | 240.65º | 0.71% | 0.75% | - |
| HSV(B) | 240.65º | 0.39% | 0.93% | - |
| XYZ | 36.79 | 32.02 | 83.6 | - |
| YUV | 154.79 | 173.83 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 144 | 236 | 0.39 | 0.39 | 0 | 0.07 | 240.65 | 0.71 | 0.75 |
| Hex | 91 | 90 | EC | 27 | 27 | 0 | 7 | F1 | 47 | 4B |
| Octal | 221 | 220 | 354 | 47 | 47 | 0 | 7 | 361 | 107 | 113 |
| Binary | 10010001 | 10010000 | 11101100 | 100111 | 100111 | 0 | 111 | 11110001 | 1000111 | 1001011 |
Color Harmonies of #9190EC
Complementary color
Monochromatic Colors of #9190EC
Black with #9190EC
Text Example
Text Example
White with #9190EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9190EC; }
p { color: rgb(145,144,236); }
H1.HeaderClassName
{
color: #9190EC;
}
.AnyTagClassName
{
color: #9190EC;
}
</style>
background-color css
<style>
a { background-color: #9190EC; }
a { background-color: rgb(145,144,236); }
div.DivClassName
{
background-color: #9190EC;
}
.BgClassName
{
background-color: #9190EC;
}
</style>
border-color css
<style>
span { border-color: #9190EC; }
span { border-color: rgb(145,144,236); }
td.TdClassName
{
border-color: #9190EC;
}
.TagClassName
{
border-color: #9190EC;
}
</style>