Shades of Portage #90A9F0
Tints of Portage #90A9F0
RGB
CMYK
RGB Variations
Color information
#90A9F0 (or 0x90A9F0) is known color: Portage. HEX triplet: 90, A9 and F0. RGB value is (144,169,240). Sum of RGB (Red+Green+Blue) = 144+169+240=553 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.04% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #90A9F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A9F0 is #6F560F. Grayscale: #A9A9A9. Windows color (decimal): -7296528 or 15772048. OLE color: 15772048.
HSL color Cylindrical-coordinate representation of color #90A9F0: hue angle of 224.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 #90A9F0 is Cyan = 0.4, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 169 | 240 | - |
| CMYK | 0.4 | 0.30 | 0 | 0.06 |
| HSL | 224.38º | 0.76% | 0.75% | - |
| HSV(B) | 224.38º | 0.4% | 0.94% | - |
| XYZ | 41.42 | 40.6 | 88.09 | - |
| YUV | 169.62 | 167.72 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 169 | 240 | 0.4 | 0.30 | 0 | 0.06 | 224.38 | 0.76 | 0.75 |
| Hex | 90 | A9 | F0 | 28 | 1E | 0 | 6 | E0 | 4C | 4B |
| Octal | 220 | 251 | 360 | 50 | 36 | 0 | 6 | 340 | 114 | 113 |
| Binary | 10010000 | 10101001 | 11110000 | 101000 | 11110 | 0 | 110 | 11100000 | 1001100 | 1001011 |
Color Harmonies of #90A9F0
Complementary color
Monochromatic Colors of #90A9F0
Black with #90A9F0
Text Example
Text Example
White with #90A9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A9F0; }
p { color: rgb(144,169,240); }
H1.HeaderClassName
{
color: #90A9F0;
}
.AnyTagClassName
{
color: #90A9F0;
}
</style>
background-color css
<style>
a { background-color: #90A9F0; }
a { background-color: rgb(144,169,240); }
div.DivClassName
{
background-color: #90A9F0;
}
.BgClassName
{
background-color: #90A9F0;
}
</style>
border-color css
<style>
span { border-color: #90A9F0; }
span { border-color: rgb(144,169,240); }
td.TdClassName
{
border-color: #90A9F0;
}
.TagClassName
{
border-color: #90A9F0;
}
</style>