Shades of Portage #9899FF
Tints of Portage #9899FF
RGB
CMYK
RGB Variations
Color information
#9899FF (or 0x9899FF) is known color: Portage. HEX triplet: 98, 99 and FF. RGB value is (152,153,255). Sum of RGB (Red+Green+Blue) = 152+153+255=560 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.14% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #9899FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9899FF is #676600. Grayscale: #A3A3A3. Windows color (decimal): -6776321 or 16751000. OLE color: 16751000.
HSL color Cylindrical-coordinate representation of color #9899FF: hue angle of 239.42º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9899FF is Cyan = 0.40, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 153 | 255 | - |
| CMYK | 0.40 | 0.4 | 0 | 0 |
| HSL | 239.42º | 1% | 0.8% | - |
| HSV(B) | 239.42º | 0.4% | 1% | - |
| XYZ | 42.39 | 36.68 | 99.45 | - |
| YUV | 164.33 | 179.17 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 255 | 0.40 | 0.4 | 0 | 0 | 239.42 | 1 | 0.8 |
| Hex | 98 | 99 | FF | 28 | 28 | 0 | 0 | EF | 64 | 50 |
| Octal | 230 | 231 | 377 | 50 | 50 | 0 | 0 | 357 | 144 | 120 |
| Binary | 10011000 | 10011001 | 11111111 | 101000 | 101000 | 0 | 0 | 11101111 | 1100100 | 1010000 |
Color Harmonies of #9899FF
Complementary color
Monochromatic Colors of #9899FF
Black with #9899FF
Text Example
Text Example
White with #9899FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9899FF; }
p { color: rgb(152,153,255); }
H1.HeaderClassName
{
color: #9899FF;
}
.AnyTagClassName
{
color: #9899FF;
}
</style>
background-color css
<style>
a { background-color: #9899FF; }
a { background-color: rgb(152,153,255); }
div.DivClassName
{
background-color: #9899FF;
}
.BgClassName
{
background-color: #9899FF;
}
</style>
border-color css
<style>
span { border-color: #9899FF; }
span { border-color: rgb(152,153,255); }
td.TdClassName
{
border-color: #9899FF;
}
.TagClassName
{
border-color: #9899FF;
}
</style>