Shades of Portage #9998FE
Tints of Portage #9998FE
RGB
CMYK
RGB Variations
Color information
#9998FE (or 0x9998FE) is known color: Portage. HEX triplet: 99, 98 and FE. RGB value is (153,152,254). Sum of RGB (Red+Green+Blue) = 153+152+254=559 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.37% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #9998FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9998FE is #666701. Grayscale: #A3A3A3. Windows color (decimal): -6711042 or 16685209. OLE color: 16685209.
HSL color Cylindrical-coordinate representation of color #9998FE: hue angle of 240.59º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9998FE is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 152 | 254 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.00 |
| HSL | 240.59º | 0.98% | 0.8% | - |
| HSV(B) | 240.59º | 0.4% | 1% | - |
| XYZ | 42.25 | 36.38 | 98.56 | - |
| YUV | 163.93 | 178.83 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 152 | 254 | 0.40 | 0.40 | 0 | 0.00 | 240.59 | 0.98 | 0.8 |
| Hex | 99 | 98 | FE | 28 | 28 | 0 | 0 | F1 | 62 | 50 |
| Octal | 231 | 230 | 376 | 50 | 50 | 0 | 0 | 361 | 142 | 120 |
| Binary | 10011001 | 10011000 | 11111110 | 101000 | 101000 | 0 | 0 | 11110001 | 1100010 | 1010000 |
Color Harmonies of #9998FE
Complementary color
Monochromatic Colors of #9998FE
Black with #9998FE
Text Example
Text Example
White with #9998FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9998FE; }
p { color: rgb(153,152,254); }
H1.HeaderClassName
{
color: #9998FE;
}
.AnyTagClassName
{
color: #9998FE;
}
</style>
background-color css
<style>
a { background-color: #9998FE; }
a { background-color: rgb(153,152,254); }
div.DivClassName
{
background-color: #9998FE;
}
.BgClassName
{
background-color: #9998FE;
}
</style>
border-color css
<style>
span { border-color: #9998FE; }
span { border-color: rgb(153,152,254); }
td.TdClassName
{
border-color: #9998FE;
}
.TagClassName
{
border-color: #9998FE;
}
</style>