Shades of Portage #9190F3
Tints of Portage #9190F3
RGB
CMYK
RGB Variations
Color information
#9190F3 (or 0x9190F3) is known color: Portage. HEX triplet: 91, 90 and F3. RGB value is (145,144,243). Sum of RGB (Red+Green+Blue) = 145+144+243=532 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.26% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #9190F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9190F3 is #6E6F0C. Grayscale: #9B9B9B. Windows color (decimal): -7237389 or 15962257. OLE color: 15962257.
HSL color Cylindrical-coordinate representation of color #9190F3: hue angle of 240.61º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9190F3 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 144 | 243 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.05 |
| HSL | 240.61º | 0.8% | 0.76% | - |
| HSV(B) | 240.61º | 0.41% | 0.95% | - |
| XYZ | 37.83 | 32.44 | 89.06 | - |
| YUV | 155.59 | 177.33 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 144 | 243 | 0.40 | 0.41 | 0 | 0.05 | 240.61 | 0.8 | 0.76 |
| Hex | 91 | 90 | F3 | 28 | 29 | 0 | 5 | F1 | 50 | 4C |
| Octal | 221 | 220 | 363 | 50 | 51 | 0 | 5 | 361 | 120 | 114 |
| Binary | 10010001 | 10010000 | 11110011 | 101000 | 101001 | 0 | 101 | 11110001 | 1010000 | 1001100 |
Color Harmonies of #9190F3
Complementary color
Monochromatic Colors of #9190F3
Black with #9190F3
Text Example
Text Example
White with #9190F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9190F3; }
p { color: rgb(145,144,243); }
H1.HeaderClassName
{
color: #9190F3;
}
.AnyTagClassName
{
color: #9190F3;
}
</style>
background-color css
<style>
a { background-color: #9190F3; }
a { background-color: rgb(145,144,243); }
div.DivClassName
{
background-color: #9190F3;
}
.BgClassName
{
background-color: #9190F3;
}
</style>
border-color css
<style>
span { border-color: #9190F3; }
span { border-color: rgb(145,144,243); }
td.TdClassName
{
border-color: #9190F3;
}
.TagClassName
{
border-color: #9190F3;
}
</style>