Shades of Portage #9798E1
Tints of Portage #9798E1
RGB
CMYK
RGB Variations
Color information
#9798E1 (or 0x9798E1) is known color: Portage. HEX triplet: 97, 98 and E1. RGB value is (151,152,225). Sum of RGB (Red+Green+Blue) = 151+152+225=528 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.60% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #9798E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9798E1 is #68671E. Grayscale: #9F9F9F. Windows color (decimal): -6842143 or 14784663. OLE color: 14784663.
HSL color Cylindrical-coordinate representation of color #9798E1: hue angle of 239.19º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9798E1 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 152 | 225 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.12 |
| HSL | 239.19º | 0.55% | 0.74% | - |
| HSV(B) | 239.19º | 0.33% | 0.88% | - |
| XYZ | 37.58 | 34.47 | 75.91 | - |
| YUV | 160.02 | 164.67 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 152 | 225 | 0.33 | 0.32 | 0 | 0.12 | 239.19 | 0.55 | 0.74 |
| Hex | 97 | 98 | E1 | 21 | 20 | 0 | C | EF | 37 | 4A |
| Octal | 227 | 230 | 341 | 41 | 40 | 0 | 14 | 357 | 67 | 112 |
| Binary | 10010111 | 10011000 | 11100001 | 100001 | 100000 | 0 | 1100 | 11101111 | 110111 | 1001010 |
Color Harmonies of #9798E1
Complementary color
Monochromatic Colors of #9798E1
Black with #9798E1
Text Example
Text Example
White with #9798E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9798E1; }
p { color: rgb(151,152,225); }
H1.HeaderClassName
{
color: #9798E1;
}
.AnyTagClassName
{
color: #9798E1;
}
</style>
background-color css
<style>
a { background-color: #9798E1; }
a { background-color: rgb(151,152,225); }
div.DivClassName
{
background-color: #9798E1;
}
.BgClassName
{
background-color: #9798E1;
}
</style>
border-color css
<style>
span { border-color: #9798E1; }
span { border-color: rgb(151,152,225); }
td.TdClassName
{
border-color: #9798E1;
}
.TagClassName
{
border-color: #9798E1;
}
</style>