Shades of Portage #9998FF
Tints of Portage #9998FF
RGB
CMYK
RGB Variations
Color information
#9998FF (or 0x9998FF) is known color: Portage. HEX triplet: 99, 98 and FF. RGB value is (153,152,255). Sum of RGB (Red+Green+Blue) = 153+152+255=560 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.32% from 560); Green value is 152 (59.77% from 255 or 27.14% 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 #9998FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9998FF is #666700. Grayscale: #A3A3A3. Windows color (decimal): -6711041 or 16750745. OLE color: 16750745.
HSL color Cylindrical-coordinate representation of color #9998FF: hue angle of 240.58º 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 #9998FF is Cyan = 0.4, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 152 | 255 | - |
| CMYK | 0.4 | 0.40 | 0 | 0 |
| HSL | 240.58º | 1% | 0.8% | - |
| HSV(B) | 240.58º | 0.4% | 1% | - |
| XYZ | 42.42 | 36.45 | 99.41 | - |
| YUV | 164.04 | 179.33 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 152 | 255 | 0.4 | 0.40 | 0 | 0 | 240.58 | 1 | 0.8 |
| Hex | 99 | 98 | FF | 28 | 28 | 0 | 0 | F1 | 64 | 50 |
| Octal | 231 | 230 | 377 | 50 | 50 | 0 | 0 | 361 | 144 | 120 |
| Binary | 10011001 | 10011000 | 11111111 | 101000 | 101000 | 0 | 0 | 11110001 | 1100100 | 1010000 |
Color Harmonies of #9998FF
Complementary color
Monochromatic Colors of #9998FF
Black with #9998FF
Text Example
Text Example
White with #9998FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9998FF; }
p { color: rgb(153,152,255); }
H1.HeaderClassName
{
color: #9998FF;
}
.AnyTagClassName
{
color: #9998FF;
}
</style>
background-color css
<style>
a { background-color: #9998FF; }
a { background-color: rgb(153,152,255); }
div.DivClassName
{
background-color: #9998FF;
}
.BgClassName
{
background-color: #9998FF;
}
</style>
border-color css
<style>
span { border-color: #9998FF; }
span { border-color: rgb(153,152,255); }
td.TdClassName
{
border-color: #9998FF;
}
.TagClassName
{
border-color: #9998FF;
}
</style>