Shades of Portage #9F98FE
Tints of Portage #9F98FE
RGB
CMYK
RGB Variations
Color information
#9F98FE (or 0x9F98FE) is known color: Portage. HEX triplet: 9F, 98 and FE. RGB value is (159,152,254). Sum of RGB (Red+Green+Blue) = 159+152+254=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F98FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F98FE is #606701. Grayscale: #A5A5A5. Windows color (decimal): -6317826 or 16685215. OLE color: 16685215.
HSL color Cylindrical-coordinate representation of color #9F98FE: hue angle of 244.12º 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 #9F98FE is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 152 | 254 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.00 |
| HSL | 244.12º | 0.98% | 0.8% | - |
| HSV(B) | 244.12º | 0.4% | 1% | - |
| XYZ | 43.42 | 36.98 | 98.62 | - |
| YUV | 165.72 | 177.82 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 152 | 254 | 0.37 | 0.40 | 0 | 0.00 | 244.12 | 0.98 | 0.8 |
| Hex | 9F | 98 | FE | 25 | 28 | 0 | 0 | F4 | 62 | 50 |
| Octal | 237 | 230 | 376 | 45 | 50 | 0 | 0 | 364 | 142 | 120 |
| Binary | 10011111 | 10011000 | 11111110 | 100101 | 101000 | 0 | 0 | 11110100 | 1100010 | 1010000 |
Color Harmonies of #9F98FE
Complementary color
Monochromatic Colors of #9F98FE
Black with #9F98FE
Text Example
Text Example
White with #9F98FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F98FE; }
p { color: rgb(159,152,254); }
H1.HeaderClassName
{
color: #9F98FE;
}
.AnyTagClassName
{
color: #9F98FE;
}
</style>
background-color css
<style>
a { background-color: #9F98FE; }
a { background-color: rgb(159,152,254); }
div.DivClassName
{
background-color: #9F98FE;
}
.BgClassName
{
background-color: #9F98FE;
}
</style>
border-color css
<style>
span { border-color: #9F98FE; }
span { border-color: rgb(159,152,254); }
td.TdClassName
{
border-color: #9F98FE;
}
.TagClassName
{
border-color: #9F98FE;
}
</style>