Shades of Portage #9288E9
Tints of Portage #9288E9
RGB
CMYK
RGB Variations
Color information
#9288E9 (or 0x9288E9) is known color: Portage. HEX triplet: 92, 88 and E9. RGB value is (146,136,233). Sum of RGB (Red+Green+Blue) = 146+136+233=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 233 (91.41% from 255 or 45.24% from 515); Max value from RGB is 233 - color contains mainly: blue. Hex color #9288E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9288E9 is #6D7716. Grayscale: #959595. Windows color (decimal): -7173911 or 15304850. OLE color: 15304850.
HSL color Cylindrical-coordinate representation of color #9288E9: hue angle of 246.19º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9288E9 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 136 | 233 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.09 |
| HSL | 246.19º | 0.69% | 0.72% | - |
| HSV(B) | 246.19º | 0.42% | 0.91% | - |
| XYZ | 35.37 | 29.6 | 80.94 | - |
| YUV | 150.05 | 174.81 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 233 | 0.37 | 0.42 | 0 | 0.09 | 246.19 | 0.69 | 0.72 |
| Hex | 92 | 88 | E9 | 25 | 2A | 0 | 9 | F6 | 45 | 48 |
| Octal | 222 | 210 | 351 | 45 | 52 | 0 | 11 | 366 | 105 | 110 |
| Binary | 10010010 | 10001000 | 11101001 | 100101 | 101010 | 0 | 1001 | 11110110 | 1000101 | 1001000 |
Color Harmonies of #9288E9
Complementary color
Monochromatic Colors of #9288E9
Black with #9288E9
Text Example
Text Example
White with #9288E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9288E9; }
p { color: rgb(146,136,233); }
H1.HeaderClassName
{
color: #9288E9;
}
.AnyTagClassName
{
color: #9288E9;
}
</style>
background-color css
<style>
a { background-color: #9288E9; }
a { background-color: rgb(146,136,233); }
div.DivClassName
{
background-color: #9288E9;
}
.BgClassName
{
background-color: #9288E9;
}
</style>
border-color css
<style>
span { border-color: #9288E9; }
span { border-color: rgb(146,136,233); }
td.TdClassName
{
border-color: #9288E9;
}
.TagClassName
{
border-color: #9288E9;
}
</style>