Shades of Portage #9798FF
Tints of Portage #9798FF
RGB
CMYK
RGB Variations
Color information
#9798FF (or 0x9798FF) is known color: Portage. HEX triplet: 97, 98 and FF. RGB value is (151,152,255). Sum of RGB (Red+Green+Blue) = 151+152+255=558 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.06% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #9798FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9798FF is #686700. Grayscale: #A3A3A3. Windows color (decimal): -6842113 or 16750743. OLE color: 16750743.
HSL color Cylindrical-coordinate representation of color #9798FF: hue angle of 239.42º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9798FF is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 152 | 255 | - |
| CMYK | 0.41 | 0.40 | 0 | 0 |
| HSL | 239.42º | 1% | 0.8% | - |
| HSV(B) | 239.42º | 0.41% | 1% | - |
| XYZ | 42.04 | 36.26 | 99.39 | - |
| YUV | 163.44 | 179.67 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 152 | 255 | 0.41 | 0.40 | 0 | 0 | 239.42 | 1 | 0.8 |
| Hex | 97 | 98 | FF | 29 | 28 | 0 | 0 | EF | 64 | 50 |
| Octal | 227 | 230 | 377 | 51 | 50 | 0 | 0 | 357 | 144 | 120 |
| Binary | 10010111 | 10011000 | 11111111 | 101001 | 101000 | 0 | 0 | 11101111 | 1100100 | 1010000 |
Color Harmonies of #9798FF
Complementary color
Monochromatic Colors of #9798FF
Black with #9798FF
Text Example
Text Example
White with #9798FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9798FF; }
p { color: rgb(151,152,255); }
H1.HeaderClassName
{
color: #9798FF;
}
.AnyTagClassName
{
color: #9798FF;
}
</style>
background-color css
<style>
a { background-color: #9798FF; }
a { background-color: rgb(151,152,255); }
div.DivClassName
{
background-color: #9798FF;
}
.BgClassName
{
background-color: #9798FF;
}
</style>
border-color css
<style>
span { border-color: #9798FF; }
span { border-color: rgb(151,152,255); }
td.TdClassName
{
border-color: #9798FF;
}
.TagClassName
{
border-color: #9798FF;
}
</style>