Shades of Portage #9194F3
Tints of Portage #9194F3
RGB
CMYK
RGB Variations
Color information
#9194F3 (or 0x9194F3) is known color: Portage. HEX triplet: 91, 94 and F3. RGB value is (145,148,243). Sum of RGB (Red+Green+Blue) = 145+148+243=536 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.05% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 243 (95.31% from 255 or 45.34% from 536); Max value from RGB is 243 - color contains mainly: blue. Hex color #9194F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9194F3 is #6E6B0C. Grayscale: #9D9D9D. Windows color (decimal): -7236365 or 15963281. OLE color: 15963281.
HSL color Cylindrical-coordinate representation of color #9194F3: hue angle of 238.16º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9194F3 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 148 | 243 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.05 |
| HSL | 238.16º | 0.8% | 0.76% | - |
| HSV(B) | 238.16º | 0.4% | 0.95% | - |
| XYZ | 38.44 | 33.67 | 89.27 | - |
| YUV | 157.93 | 176.01 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 148 | 243 | 0.40 | 0.39 | 0 | 0.05 | 238.16 | 0.8 | 0.76 |
| Hex | 91 | 94 | F3 | 28 | 27 | 0 | 5 | EE | 50 | 4C |
| Octal | 221 | 224 | 363 | 50 | 47 | 0 | 5 | 356 | 120 | 114 |
| Binary | 10010001 | 10010100 | 11110011 | 101000 | 100111 | 0 | 101 | 11101110 | 1010000 | 1001100 |
Color Harmonies of #9194F3
Complementary color
Monochromatic Colors of #9194F3
Black with #9194F3
Text Example
Text Example
White with #9194F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9194F3; }
p { color: rgb(145,148,243); }
H1.HeaderClassName
{
color: #9194F3;
}
.AnyTagClassName
{
color: #9194F3;
}
</style>
background-color css
<style>
a { background-color: #9194F3; }
a { background-color: rgb(145,148,243); }
div.DivClassName
{
background-color: #9194F3;
}
.BgClassName
{
background-color: #9194F3;
}
</style>
border-color css
<style>
span { border-color: #9194F3; }
span { border-color: rgb(145,148,243); }
td.TdClassName
{
border-color: #9194F3;
}
.TagClassName
{
border-color: #9194F3;
}
</style>