Shades of Portage #9099F9
Tints of Portage #9099F9
RGB
CMYK
RGB Variations
Color information
#9099F9 (or 0x9099F9) is known color: Portage. HEX triplet: 90, 99 and F9. RGB value is (144,153,249). Sum of RGB (Red+Green+Blue) = 144+153+249=546 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.37% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #9099F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9099F9 is #6F6606. Grayscale: #A0A0A0. Windows color (decimal): -7300615 or 16357776. OLE color: 16357776.
HSL color Cylindrical-coordinate representation of color #9099F9: hue angle of 234.86º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9099F9 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 153 | 249 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.02 |
| HSL | 234.86º | 0.9% | 0.77% | - |
| HSV(B) | 234.86º | 0.42% | 0.98% | - |
| XYZ | 39.99 | 35.55 | 94.38 | - |
| YUV | 161.25 | 177.52 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 249 | 0.42 | 0.39 | 0 | 0.02 | 234.86 | 0.9 | 0.77 |
| Hex | 90 | 99 | F9 | 2A | 27 | 0 | 2 | EB | 5A | 4D |
| Octal | 220 | 231 | 371 | 52 | 47 | 0 | 2 | 353 | 132 | 115 |
| Binary | 10010000 | 10011001 | 11111001 | 101010 | 100111 | 0 | 10 | 11101011 | 1011010 | 1001101 |
Color Harmonies of #9099F9
Complementary color
Monochromatic Colors of #9099F9
Black with #9099F9
Text Example
Text Example
White with #9099F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9099F9; }
p { color: rgb(144,153,249); }
H1.HeaderClassName
{
color: #9099F9;
}
.AnyTagClassName
{
color: #9099F9;
}
</style>
background-color css
<style>
a { background-color: #9099F9; }
a { background-color: rgb(144,153,249); }
div.DivClassName
{
background-color: #9099F9;
}
.BgClassName
{
background-color: #9099F9;
}
</style>
border-color css
<style>
span { border-color: #9099F9; }
span { border-color: rgb(144,153,249); }
td.TdClassName
{
border-color: #9099F9;
}
.TagClassName
{
border-color: #9099F9;
}
</style>