Shades of Portage #9299E9
Tints of Portage #9299E9
RGB
CMYK
RGB Variations
Color information
#9299E9 (or 0x9299E9) is known color: Portage. HEX triplet: 92, 99 and E9. RGB value is (146,153,233). Sum of RGB (Red+Green+Blue) = 146+153+233=532 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.44% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #9299E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9299E9 is #6D6616. Grayscale: #9F9F9F. Windows color (decimal): -7169559 or 15309202. OLE color: 15309202.
HSL color Cylindrical-coordinate representation of color #9299E9: hue angle of 235.17º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9299E9 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 153 | 233 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.09 |
| HSL | 235.17º | 0.66% | 0.74% | - |
| HSV(B) | 235.17º | 0.37% | 0.91% | - |
| XYZ | 37.95 | 34.78 | 81.8 | - |
| YUV | 160.03 | 169.18 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 233 | 0.37 | 0.34 | 0 | 0.09 | 235.17 | 0.66 | 0.74 |
| Hex | 92 | 99 | E9 | 25 | 22 | 0 | 9 | EB | 42 | 4A |
| Octal | 222 | 231 | 351 | 45 | 42 | 0 | 11 | 353 | 102 | 112 |
| Binary | 10010010 | 10011001 | 11101001 | 100101 | 100010 | 0 | 1001 | 11101011 | 1000010 | 1001010 |
Color Harmonies of #9299E9
Complementary color
Monochromatic Colors of #9299E9
Black with #9299E9
Text Example
Text Example
White with #9299E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9299E9; }
p { color: rgb(146,153,233); }
H1.HeaderClassName
{
color: #9299E9;
}
.AnyTagClassName
{
color: #9299E9;
}
</style>
background-color css
<style>
a { background-color: #9299E9; }
a { background-color: rgb(146,153,233); }
div.DivClassName
{
background-color: #9299E9;
}
.BgClassName
{
background-color: #9299E9;
}
</style>
border-color css
<style>
span { border-color: #9299E9; }
span { border-color: rgb(146,153,233); }
td.TdClassName
{
border-color: #9299E9;
}
.TagClassName
{
border-color: #9299E9;
}
</style>