Shades of Portage #9193F3
Tints of Portage #9193F3
RGB
CMYK
RGB Variations
Color information
#9193F3 (or 0x9193F3) is known color: Portage. HEX triplet: 91, 93 and F3. RGB value is (145,147,243). Sum of RGB (Red+Green+Blue) = 145+147+243=535 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.10% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #9193F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9193F3 is #6E6C0C. Grayscale: #9C9C9C. Windows color (decimal): -7236621 or 15963025. OLE color: 15963025.
HSL color Cylindrical-coordinate representation of color #9193F3: hue angle of 238.78º 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 #9193F3 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 147 | 243 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.05 |
| HSL | 238.78º | 0.8% | 0.76% | - |
| HSV(B) | 238.78º | 0.4% | 0.95% | - |
| XYZ | 38.29 | 33.36 | 89.21 | - |
| YUV | 157.35 | 176.34 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 147 | 243 | 0.40 | 0.40 | 0 | 0.05 | 238.78 | 0.8 | 0.76 |
| Hex | 91 | 93 | F3 | 28 | 28 | 0 | 5 | EF | 50 | 4C |
| Octal | 221 | 223 | 363 | 50 | 50 | 0 | 5 | 357 | 120 | 114 |
| Binary | 10010001 | 10010011 | 11110011 | 101000 | 101000 | 0 | 101 | 11101111 | 1010000 | 1001100 |
Color Harmonies of #9193F3
Complementary color
Monochromatic Colors of #9193F3
Black with #9193F3
Text Example
Text Example
White with #9193F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9193F3; }
p { color: rgb(145,147,243); }
H1.HeaderClassName
{
color: #9193F3;
}
.AnyTagClassName
{
color: #9193F3;
}
</style>
background-color css
<style>
a { background-color: #9193F3; }
a { background-color: rgb(145,147,243); }
div.DivClassName
{
background-color: #9193F3;
}
.BgClassName
{
background-color: #9193F3;
}
</style>
border-color css
<style>
span { border-color: #9193F3; }
span { border-color: rgb(145,147,243); }
td.TdClassName
{
border-color: #9193F3;
}
.TagClassName
{
border-color: #9193F3;
}
</style>