Shades of Portage #9099FF
Tints of Portage #9099FF
RGB
CMYK
RGB Variations
Color information
#9099FF (or 0x9099FF) is known color: Portage. HEX triplet: 90, 99 and FF. RGB value is (144,153,255). Sum of RGB (Red+Green+Blue) = 144+153+255=552 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.09% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #9099FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9099FF is #6F6600. Grayscale: #A1A1A1. Windows color (decimal): -7300609 or 16750992. OLE color: 16750992.
HSL color Cylindrical-coordinate representation of color #9099FF: hue angle of 235.14º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9099FF is Cyan = 0.44, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 153 | 255 | - |
| CMYK | 0.44 | 0.4 | 0 | 0 |
| HSL | 235.14º | 1% | 0.78% | - |
| HSV(B) | 235.14º | 0.44% | 1% | - |
| XYZ | 40.94 | 35.93 | 99.39 | - |
| YUV | 161.94 | 180.52 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 255 | 0.44 | 0.4 | 0 | 0 | 235.14 | 1 | 0.78 |
| Hex | 90 | 99 | FF | 2C | 28 | 0 | 0 | EB | 64 | 4E |
| Octal | 220 | 231 | 377 | 54 | 50 | 0 | 0 | 353 | 144 | 116 |
| Binary | 10010000 | 10011001 | 11111111 | 101100 | 101000 | 0 | 0 | 11101011 | 1100100 | 1001110 |
Color Harmonies of #9099FF
Complementary color
Monochromatic Colors of #9099FF
Black with #9099FF
Text Example
Text Example
White with #9099FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9099FF; }
p { color: rgb(144,153,255); }
H1.HeaderClassName
{
color: #9099FF;
}
.AnyTagClassName
{
color: #9099FF;
}
</style>
background-color css
<style>
a { background-color: #9099FF; }
a { background-color: rgb(144,153,255); }
div.DivClassName
{
background-color: #9099FF;
}
.BgClassName
{
background-color: #9099FF;
}
</style>
border-color css
<style>
span { border-color: #9099FF; }
span { border-color: rgb(144,153,255); }
td.TdClassName
{
border-color: #9099FF;
}
.TagClassName
{
border-color: #9099FF;
}
</style>