Shades of Portage #9099FE
Tints of Portage #9099FE
RGB
CMYK
RGB Variations
Color information
#9099FE (or 0x9099FE) is known color: Portage. HEX triplet: 90, 99 and FE. RGB value is (144,153,254). Sum of RGB (Red+Green+Blue) = 144+153+254=551 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.13% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #9099FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9099FE is #6F6601. Grayscale: #A1A1A1. Windows color (decimal): -7300610 or 16685456. OLE color: 16685456.
HSL color Cylindrical-coordinate representation of color #9099FE: hue angle of 235.09º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9099FE is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 153 | 254 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.00 |
| HSL | 235.09º | 0.98% | 0.78% | - |
| HSV(B) | 235.09º | 0.43% | 1% | - |
| XYZ | 40.78 | 35.87 | 98.54 | - |
| YUV | 161.82 | 180.02 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 254 | 0.43 | 0.40 | 0 | 0.00 | 235.09 | 0.98 | 0.78 |
| Hex | 90 | 99 | FE | 2B | 28 | 0 | 0 | EB | 62 | 4E |
| Octal | 220 | 231 | 376 | 53 | 50 | 0 | 0 | 353 | 142 | 116 |
| Binary | 10010000 | 10011001 | 11111110 | 101011 | 101000 | 0 | 0 | 11101011 | 1100010 | 1001110 |
Color Harmonies of #9099FE
Complementary color
Monochromatic Colors of #9099FE
Black with #9099FE
Text Example
Text Example
White with #9099FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9099FE; }
p { color: rgb(144,153,254); }
H1.HeaderClassName
{
color: #9099FE;
}
.AnyTagClassName
{
color: #9099FE;
}
</style>
background-color css
<style>
a { background-color: #9099FE; }
a { background-color: rgb(144,153,254); }
div.DivClassName
{
background-color: #9099FE;
}
.BgClassName
{
background-color: #9099FE;
}
</style>
border-color css
<style>
span { border-color: #9099FE; }
span { border-color: rgb(144,153,254); }
td.TdClassName
{
border-color: #9099FE;
}
.TagClassName
{
border-color: #9099FE;
}
</style>