Shades of Portage #9291E9
Tints of Portage #9291E9
RGB
CMYK
RGB Variations
Color information
#9291E9 (or 0x9291E9) is known color: Portage. HEX triplet: 92, 91 and E9. RGB value is (146,145,233). Sum of RGB (Red+Green+Blue) = 146+145+233=524 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.86% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 233 (91.41% from 255 or 44.47% from 524); Max value from RGB is 233 - color contains mainly: blue. Hex color #9291E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9291E9 is #6D6E16. Grayscale: #9A9A9A. Windows color (decimal): -7171607 or 15307154. OLE color: 15307154.
HSL color Cylindrical-coordinate representation of color #9291E9: hue angle of 240.68º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9291E9 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 145 | 233 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.09 |
| HSL | 240.68º | 0.67% | 0.74% | - |
| HSV(B) | 240.68º | 0.38% | 0.91% | - |
| XYZ | 36.69 | 32.24 | 81.38 | - |
| YUV | 155.33 | 171.83 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 145 | 233 | 0.37 | 0.38 | 0 | 0.09 | 240.68 | 0.67 | 0.74 |
| Hex | 92 | 91 | E9 | 25 | 26 | 0 | 9 | F1 | 43 | 4A |
| Octal | 222 | 221 | 351 | 45 | 46 | 0 | 11 | 361 | 103 | 112 |
| Binary | 10010010 | 10010001 | 11101001 | 100101 | 100110 | 0 | 1001 | 11110001 | 1000011 | 1001010 |
Color Harmonies of #9291E9
Complementary color
Monochromatic Colors of #9291E9
Black with #9291E9
Text Example
Text Example
White with #9291E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9291E9; }
p { color: rgb(146,145,233); }
H1.HeaderClassName
{
color: #9291E9;
}
.AnyTagClassName
{
color: #9291E9;
}
</style>
background-color css
<style>
a { background-color: #9291E9; }
a { background-color: rgb(146,145,233); }
div.DivClassName
{
background-color: #9291E9;
}
.BgClassName
{
background-color: #9291E9;
}
</style>
border-color css
<style>
span { border-color: #9291E9; }
span { border-color: rgb(146,145,233); }
td.TdClassName
{
border-color: #9291E9;
}
.TagClassName
{
border-color: #9291E9;
}
</style>