Shades of Portage #9998F9
Tints of Portage #9998F9
RGB
CMYK
RGB Variations
Color information
#9998F9 (or 0x9998F9) is known color: Portage. HEX triplet: 99, 98 and F9. RGB value is (153,152,249). Sum of RGB (Red+Green+Blue) = 153+152+249=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #9998F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9998F9 is #666706. Grayscale: #A2A2A2. Windows color (decimal): -6711047 or 16357529. OLE color: 16357529.
HSL color Cylindrical-coordinate representation of color #9998F9: hue angle of 240.62º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9998F9 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 152 | 249 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.02 |
| HSL | 240.62º | 0.89% | 0.79% | - |
| HSV(B) | 240.62º | 0.39% | 0.98% | - |
| XYZ | 41.46 | 36.07 | 94.4 | - |
| YUV | 163.36 | 176.33 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 152 | 249 | 0.39 | 0.39 | 0 | 0.02 | 240.62 | 0.89 | 0.79 |
| Hex | 99 | 98 | F9 | 27 | 27 | 0 | 2 | F1 | 59 | 4F |
| Octal | 231 | 230 | 371 | 47 | 47 | 0 | 2 | 361 | 131 | 117 |
| Binary | 10011001 | 10011000 | 11111001 | 100111 | 100111 | 0 | 10 | 11110001 | 1011001 | 1001111 |
Color Harmonies of #9998F9
Complementary color
Monochromatic Colors of #9998F9
Black with #9998F9
Text Example
Text Example
White with #9998F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9998F9; }
p { color: rgb(153,152,249); }
H1.HeaderClassName
{
color: #9998F9;
}
.AnyTagClassName
{
color: #9998F9;
}
</style>
background-color css
<style>
a { background-color: #9998F9; }
a { background-color: rgb(153,152,249); }
div.DivClassName
{
background-color: #9998F9;
}
.BgClassName
{
background-color: #9998F9;
}
</style>
border-color css
<style>
span { border-color: #9998F9; }
span { border-color: rgb(153,152,249); }
td.TdClassName
{
border-color: #9998F9;
}
.TagClassName
{
border-color: #9998F9;
}
</style>