Shades of Portage #9194EF
Tints of Portage #9194EF
RGB
CMYK
RGB Variations
Color information
#9194EF (or 0x9194EF) is known color: Portage. HEX triplet: 91, 94 and EF. RGB value is (145,148,239). Sum of RGB (Red+Green+Blue) = 145+148+239=532 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.26% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #9194EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9194EF is #6E6B10. Grayscale: #9D9D9D. Windows color (decimal): -7236369 or 15701137. OLE color: 15701137.
HSL color Cylindrical-coordinate representation of color #9194EF: hue angle of 238.09º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9194EF is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 148 | 239 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.06 |
| HSL | 238.09º | 0.75% | 0.75% | - |
| HSV(B) | 238.09º | 0.39% | 0.94% | - |
| XYZ | 37.85 | 33.43 | 86.12 | - |
| YUV | 157.48 | 174.01 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 148 | 239 | 0.39 | 0.38 | 0 | 0.06 | 238.09 | 0.75 | 0.75 |
| Hex | 91 | 94 | EF | 27 | 26 | 0 | 6 | EE | 4B | 4B |
| Octal | 221 | 224 | 357 | 47 | 46 | 0 | 6 | 356 | 113 | 113 |
| Binary | 10010001 | 10010100 | 11101111 | 100111 | 100110 | 0 | 110 | 11101110 | 1001011 | 1001011 |
Color Harmonies of #9194EF
Complementary color
Monochromatic Colors of #9194EF
Black with #9194EF
Text Example
Text Example
White with #9194EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9194EF; }
p { color: rgb(145,148,239); }
H1.HeaderClassName
{
color: #9194EF;
}
.AnyTagClassName
{
color: #9194EF;
}
</style>
background-color css
<style>
a { background-color: #9194EF; }
a { background-color: rgb(145,148,239); }
div.DivClassName
{
background-color: #9194EF;
}
.BgClassName
{
background-color: #9194EF;
}
</style>
border-color css
<style>
span { border-color: #9194EF; }
span { border-color: rgb(145,148,239); }
td.TdClassName
{
border-color: #9194EF;
}
.TagClassName
{
border-color: #9194EF;
}
</style>