Shades of Portage #9897FF
Tints of Portage #9897FF
RGB
CMYK
RGB Variations
Color information
#9897FF (or 0x9897FF) is known color: Portage. HEX triplet: 98, 97 and FF. RGB value is (152,151,255). Sum of RGB (Red+Green+Blue) = 152+151+255=558 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.24% from 558); Green value is 151 (59.38% from 255 or 27.06% 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 #9897FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9897FF is #676800. Grayscale: #A2A2A2. Windows color (decimal): -6776833 or 16750488. OLE color: 16750488.
HSL color Cylindrical-coordinate representation of color #9897FF: hue angle of 240.58º 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 #9897FF is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 151 | 255 | - |
| CMYK | 0.40 | 0.41 | 0 | 0 |
| HSL | 240.58º | 1% | 0.8% | - |
| HSV(B) | 240.58º | 0.41% | 1% | - |
| XYZ | 42.07 | 36.03 | 99.34 | - |
| YUV | 163.16 | 179.83 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 151 | 255 | 0.40 | 0.41 | 0 | 0 | 240.58 | 1 | 0.8 |
| Hex | 98 | 97 | FF | 28 | 29 | 0 | 0 | F1 | 64 | 50 |
| Octal | 230 | 227 | 377 | 50 | 51 | 0 | 0 | 361 | 144 | 120 |
| Binary | 10011000 | 10010111 | 11111111 | 101000 | 101001 | 0 | 0 | 11110001 | 1100100 | 1010000 |
Color Harmonies of #9897FF
Complementary color
Monochromatic Colors of #9897FF
Black with #9897FF
Text Example
Text Example
White with #9897FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9897FF; }
p { color: rgb(152,151,255); }
H1.HeaderClassName
{
color: #9897FF;
}
.AnyTagClassName
{
color: #9897FF;
}
</style>
background-color css
<style>
a { background-color: #9897FF; }
a { background-color: rgb(152,151,255); }
div.DivClassName
{
background-color: #9897FF;
}
.BgClassName
{
background-color: #9897FF;
}
</style>
border-color css
<style>
span { border-color: #9897FF; }
span { border-color: rgb(152,151,255); }
td.TdClassName
{
border-color: #9897FF;
}
.TagClassName
{
border-color: #9897FF;
}
</style>