Shades of Portage #9099F0
Tints of Portage #9099F0
RGB
CMYK
RGB Variations
Color information
#9099F0 (or 0x9099F0) is known color: Portage. HEX triplet: 90, 99 and F0. RGB value is (144,153,240). Sum of RGB (Red+Green+Blue) = 144+153+240=537 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.82% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #9099F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9099F0 is #6F660F. Grayscale: #9F9F9F. Windows color (decimal): -7300624 or 15767952. OLE color: 15767952.
HSL color Cylindrical-coordinate representation of color #9099F0: hue angle of 234.38º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9099F0 is Cyan = 0.4, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 153 | 240 | - |
| CMYK | 0.4 | 0.36 | 0 | 0.06 |
| HSL | 234.38º | 0.76% | 0.75% | - |
| HSV(B) | 234.38º | 0.4% | 0.94% | - |
| XYZ | 38.62 | 35 | 87.16 | - |
| YUV | 160.23 | 173.02 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 240 | 0.4 | 0.36 | 0 | 0.06 | 234.38 | 0.76 | 0.75 |
| Hex | 90 | 99 | F0 | 28 | 24 | 0 | 6 | EA | 4C | 4B |
| Octal | 220 | 231 | 360 | 50 | 44 | 0 | 6 | 352 | 114 | 113 |
| Binary | 10010000 | 10011001 | 11110000 | 101000 | 100100 | 0 | 110 | 11101010 | 1001100 | 1001011 |
Color Harmonies of #9099F0
Complementary color
Monochromatic Colors of #9099F0
Black with #9099F0
Text Example
Text Example
White with #9099F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9099F0; }
p { color: rgb(144,153,240); }
H1.HeaderClassName
{
color: #9099F0;
}
.AnyTagClassName
{
color: #9099F0;
}
</style>
background-color css
<style>
a { background-color: #9099F0; }
a { background-color: rgb(144,153,240); }
div.DivClassName
{
background-color: #9099F0;
}
.BgClassName
{
background-color: #9099F0;
}
</style>
border-color css
<style>
span { border-color: #9099F0; }
span { border-color: rgb(144,153,240); }
td.TdClassName
{
border-color: #9099F0;
}
.TagClassName
{
border-color: #9099F0;
}
</style>