Shades of Portage #9194EC
Tints of Portage #9194EC
RGB
CMYK
RGB Variations
Color information
#9194EC (or 0x9194EC) is known color: Portage. HEX triplet: 91, 94 and EC. RGB value is (145,148,236). Sum of RGB (Red+Green+Blue) = 145+148+236=529 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.41% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #9194EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9194EC is #6E6B13. Grayscale: #9C9C9C. Windows color (decimal): -7236372 or 15504529. OLE color: 15504529.
HSL color Cylindrical-coordinate representation of color #9194EC: hue angle of 238.02º 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 #9194EC is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 148 | 236 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.07 |
| HSL | 238.02º | 0.71% | 0.75% | - |
| HSV(B) | 238.02º | 0.39% | 0.93% | - |
| XYZ | 37.41 | 33.26 | 83.8 | - |
| YUV | 157.14 | 172.51 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 148 | 236 | 0.39 | 0.37 | 0 | 0.07 | 238.02 | 0.71 | 0.75 |
| Hex | 91 | 94 | EC | 27 | 25 | 0 | 7 | EE | 47 | 4B |
| Octal | 221 | 224 | 354 | 47 | 45 | 0 | 7 | 356 | 107 | 113 |
| Binary | 10010001 | 10010100 | 11101100 | 100111 | 100101 | 0 | 111 | 11101110 | 1000111 | 1001011 |
Color Harmonies of #9194EC
Complementary color
Monochromatic Colors of #9194EC
Black with #9194EC
Text Example
Text Example
White with #9194EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9194EC; }
p { color: rgb(145,148,236); }
H1.HeaderClassName
{
color: #9194EC;
}
.AnyTagClassName
{
color: #9194EC;
}
</style>
background-color css
<style>
a { background-color: #9194EC; }
a { background-color: rgb(145,148,236); }
div.DivClassName
{
background-color: #9194EC;
}
.BgClassName
{
background-color: #9194EC;
}
</style>
border-color css
<style>
span { border-color: #9194EC; }
span { border-color: rgb(145,148,236); }
td.TdClassName
{
border-color: #9194EC;
}
.TagClassName
{
border-color: #9194EC;
}
</style>