Shades of Portage #9F99FE
Tints of Portage #9F99FE
RGB
CMYK
RGB Variations
Color information
#9F99FE (or 0x9F99FE) is known color: Portage. HEX triplet: 9F, 99 and FE. RGB value is (159,153,254). Sum of RGB (Red+Green+Blue) = 159+153+254=566 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.09% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F99FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F99FE is #606601. Grayscale: #A5A5A5. Windows color (decimal): -6317570 or 16685471. OLE color: 16685471.
HSL color Cylindrical-coordinate representation of color #9F99FE: hue angle of 243.56º 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 #9F99FE is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 153 | 254 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.00 |
| HSL | 243.56º | 0.98% | 0.8% | - |
| HSV(B) | 243.56º | 0.4% | 1% | - |
| XYZ | 43.58 | 37.31 | 98.67 | - |
| YUV | 166.31 | 177.49 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 153 | 254 | 0.37 | 0.40 | 0 | 0.00 | 243.56 | 0.98 | 0.8 |
| Hex | 9F | 99 | FE | 25 | 28 | 0 | 0 | F4 | 62 | 50 |
| Octal | 237 | 231 | 376 | 45 | 50 | 0 | 0 | 364 | 142 | 120 |
| Binary | 10011111 | 10011001 | 11111110 | 100101 | 101000 | 0 | 0 | 11110100 | 1100010 | 1010000 |
Color Harmonies of #9F99FE
Complementary color
Monochromatic Colors of #9F99FE
Black with #9F99FE
Text Example
Text Example
White with #9F99FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F99FE; }
p { color: rgb(159,153,254); }
H1.HeaderClassName
{
color: #9F99FE;
}
.AnyTagClassName
{
color: #9F99FE;
}
</style>
background-color css
<style>
a { background-color: #9F99FE; }
a { background-color: rgb(159,153,254); }
div.DivClassName
{
background-color: #9F99FE;
}
.BgClassName
{
background-color: #9F99FE;
}
</style>
border-color css
<style>
span { border-color: #9F99FE; }
span { border-color: rgb(159,153,254); }
td.TdClassName
{
border-color: #9F99FE;
}
.TagClassName
{
border-color: #9F99FE;
}
</style>