Shades of Portage #9999F9
Tints of Portage #9999F9
RGB
CMYK
RGB Variations
Color information
#9999F9 (or 0x9999F9) is known color: Portage. HEX triplet: 99, 99 and F9. RGB value is (153,153,249). Sum of RGB (Red+Green+Blue) = 153+153+249=555 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.57% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #9999F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9999F9 is #666606. Grayscale: #A3A3A3. Windows color (decimal): -6710791 or 16357785. OLE color: 16357785.
HSL color Cylindrical-coordinate representation of color #9999F9: hue angle of 240º 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 #9999F9 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 153 | 249 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.02 |
| HSL | 240º | 0.89% | 0.79% | - |
| HSV(B) | 240º | 0.39% | 0.98% | - |
| XYZ | 41.63 | 36.39 | 94.45 | - |
| YUV | 163.94 | 176 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 249 | 0.39 | 0.39 | 0 | 0.02 | 240 | 0.89 | 0.79 |
| Hex | 99 | 99 | F9 | 27 | 27 | 0 | 2 | F0 | 59 | 4F |
| Octal | 231 | 231 | 371 | 47 | 47 | 0 | 2 | 360 | 131 | 117 |
| Binary | 10011001 | 10011001 | 11111001 | 100111 | 100111 | 0 | 10 | 11110000 | 1011001 | 1001111 |
Color Harmonies of #9999F9
Complementary color
Monochromatic Colors of #9999F9
Black with #9999F9
Text Example
Text Example
White with #9999F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9999F9; }
p { color: rgb(153,153,249); }
H1.HeaderClassName
{
color: #9999F9;
}
.AnyTagClassName
{
color: #9999F9;
}
</style>
background-color css
<style>
a { background-color: #9999F9; }
a { background-color: rgb(153,153,249); }
div.DivClassName
{
background-color: #9999F9;
}
.BgClassName
{
background-color: #9999F9;
}
</style>
border-color css
<style>
span { border-color: #9999F9; }
span { border-color: rgb(153,153,249); }
td.TdClassName
{
border-color: #9999F9;
}
.TagClassName
{
border-color: #9999F9;
}
</style>