Shades of Portage #9798F6
Tints of Portage #9798F6
RGB
CMYK
RGB Variations
Color information
#9798F6 (or 0x9798F6) is known color: Portage. HEX triplet: 97, 98 and F6. RGB value is (151,152,246). Sum of RGB (Red+Green+Blue) = 151+152+246=549 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.50% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 246 (96.48% from 255 or 44.81% from 549); Max value from RGB is 246 - color contains mainly: blue. Hex color #9798F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9798F6 is #686709. Grayscale: #A2A2A2. Windows color (decimal): -6842122 or 16160919. OLE color: 16160919.
HSL color Cylindrical-coordinate representation of color #9798F6: hue angle of 239.37º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9798F6 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 151 | 152 | 246 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.04 |
| HSL | 239.37º | 0.84% | 0.78% | - |
| HSV(B) | 239.37º | 0.39% | 0.96% | - |
| XYZ | 40.63 | 35.69 | 91.94 | - |
| YUV | 162.42 | 175.17 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 152 | 246 | 0.39 | 0.38 | 0 | 0.04 | 239.37 | 0.84 | 0.78 |
| Hex | 97 | 98 | F6 | 27 | 26 | 0 | 4 | EF | 54 | 4E |
| Octal | 227 | 230 | 366 | 47 | 46 | 0 | 4 | 357 | 124 | 116 |
| Binary | 10010111 | 10011000 | 11110110 | 100111 | 100110 | 0 | 100 | 11101111 | 1010100 | 1001110 |
Color Harmonies of #9798F6
Complementary color
Monochromatic Colors of #9798F6
Black with #9798F6
Text Example
Text Example
White with #9798F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9798F6; }
p { color: rgb(151,152,246); }
H1.HeaderClassName
{
color: #9798F6;
}
.AnyTagClassName
{
color: #9798F6;
}
</style>
background-color css
<style>
a { background-color: #9798F6; }
a { background-color: rgb(151,152,246); }
div.DivClassName
{
background-color: #9798F6;
}
.BgClassName
{
background-color: #9798F6;
}
</style>
border-color css
<style>
span { border-color: #9798F6; }
span { border-color: rgb(151,152,246); }
td.TdClassName
{
border-color: #9798F6;
}
.TagClassName
{
border-color: #9798F6;
}
</style>