Shades of Portage #9189EA
Tints of Portage #9189EA
RGB
CMYK
RGB Variations
Color information
#9189EA (or 0x9189EA) is known color: Portage. HEX triplet: 91, 89 and EA. RGB value is (145,137,234). Sum of RGB (Red+Green+Blue) = 145+137+234=516 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.10% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #9189EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9189EA is #6E7615. Grayscale: #969696. Windows color (decimal): -7239190 or 15370641. OLE color: 15370641.
HSL color Cylindrical-coordinate representation of color #9189EA: hue angle of 244.95º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9189EA is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 137 | 234 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.08 |
| HSL | 244.95º | 0.7% | 0.73% | - |
| HSV(B) | 244.95º | 0.41% | 0.92% | - |
| XYZ | 35.47 | 29.85 | 81.73 | - |
| YUV | 150.45 | 175.15 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 234 | 0.38 | 0.41 | 0 | 0.08 | 244.95 | 0.7 | 0.73 |
| Hex | 91 | 89 | EA | 26 | 29 | 0 | 8 | F5 | 46 | 49 |
| Octal | 221 | 211 | 352 | 46 | 51 | 0 | 10 | 365 | 106 | 111 |
| Binary | 10010001 | 10001001 | 11101010 | 100110 | 101001 | 0 | 1000 | 11110101 | 1000110 | 1001001 |
Color Harmonies of #9189EA
Complementary color
Monochromatic Colors of #9189EA
Black with #9189EA
Text Example
Text Example
White with #9189EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9189EA; }
p { color: rgb(145,137,234); }
H1.HeaderClassName
{
color: #9189EA;
}
.AnyTagClassName
{
color: #9189EA;
}
</style>
background-color css
<style>
a { background-color: #9189EA; }
a { background-color: rgb(145,137,234); }
div.DivClassName
{
background-color: #9189EA;
}
.BgClassName
{
background-color: #9189EA;
}
</style>
border-color css
<style>
span { border-color: #9189EA; }
span { border-color: rgb(145,137,234); }
td.TdClassName
{
border-color: #9189EA;
}
.TagClassName
{
border-color: #9189EA;
}
</style>