Shades of Portage #9298D9
Tints of Portage #9298D9
RGB
CMYK
RGB Variations
Color information
#9298D9 (or 0x9298D9) is known color: Portage. HEX triplet: 92, 98 and D9. RGB value is (146,152,217). Sum of RGB (Red+Green+Blue) = 146+152+217=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 217 - color contains mainly: blue. Hex color #9298D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9298D9 is #6D6726. Grayscale: #9D9D9D. Windows color (decimal): -7169831 or 14260370. OLE color: 14260370.
HSL color Cylindrical-coordinate representation of color #9298D9: hue angle of 234.93º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9298D9 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 152 | 217 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.15 |
| HSL | 234.93º | 0.48% | 0.71% | - |
| HSV(B) | 234.93º | 0.33% | 0.85% | - |
| XYZ | 35.61 | 33.58 | 70.25 | - |
| YUV | 157.62 | 161.51 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 152 | 217 | 0.33 | 0.30 | 0 | 0.15 | 234.93 | 0.48 | 0.71 |
| Hex | 92 | 98 | D9 | 21 | 1E | 0 | F | EB | 30 | 47 |
| Octal | 222 | 230 | 331 | 41 | 36 | 0 | 17 | 353 | 60 | 107 |
| Binary | 10010010 | 10011000 | 11011001 | 100001 | 11110 | 0 | 1111 | 11101011 | 110000 | 1000111 |
Color Harmonies of #9298D9
Complementary color
Monochromatic Colors of #9298D9
Black with #9298D9
Text Example
Text Example
White with #9298D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9298D9; }
p { color: rgb(146,152,217); }
H1.HeaderClassName
{
color: #9298D9;
}
.AnyTagClassName
{
color: #9298D9;
}
</style>
background-color css
<style>
a { background-color: #9298D9; }
a { background-color: rgb(146,152,217); }
div.DivClassName
{
background-color: #9298D9;
}
.BgClassName
{
background-color: #9298D9;
}
</style>
border-color css
<style>
span { border-color: #9298D9; }
span { border-color: rgb(146,152,217); }
td.TdClassName
{
border-color: #9298D9;
}
.TagClassName
{
border-color: #9298D9;
}
</style>