Shades of Portage #90A1FA
Tints of Portage #90A1FA
RGB
CMYK
RGB Variations
Color information
#90A1FA (or 0x90A1FA) is known color: Portage. HEX triplet: 90, A1 and FA. RGB value is (144,161,250). Sum of RGB (Red+Green+Blue) = 144+161+250=555 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.95% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #90A1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A1FA is #6F5E05. Grayscale: #A5A5A5. Windows color (decimal): -7298566 or 16425360. OLE color: 16425360.
HSL color Cylindrical-coordinate representation of color #90A1FA: hue angle of 230.38º degrees, saturation: 0.91, 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 #90A1FA is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 161 | 250 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.02 |
| HSL | 230.38º | 0.91% | 0.77% | - |
| HSV(B) | 230.38º | 0.42% | 0.98% | - |
| XYZ | 41.5 | 38.32 | 95.65 | - |
| YUV | 166.06 | 175.37 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 161 | 250 | 0.42 | 0.36 | 0 | 0.02 | 230.38 | 0.91 | 0.77 |
| Hex | 90 | A1 | FA | 2A | 24 | 0 | 2 | E6 | 5B | 4D |
| Octal | 220 | 241 | 372 | 52 | 44 | 0 | 2 | 346 | 133 | 115 |
| Binary | 10010000 | 10100001 | 11111010 | 101010 | 100100 | 0 | 10 | 11100110 | 1011011 | 1001101 |
Color Harmonies of #90A1FA
Complementary color
Monochromatic Colors of #90A1FA
Black with #90A1FA
Text Example
Text Example
White with #90A1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A1FA; }
p { color: rgb(144,161,250); }
H1.HeaderClassName
{
color: #90A1FA;
}
.AnyTagClassName
{
color: #90A1FA;
}
</style>
background-color css
<style>
a { background-color: #90A1FA; }
a { background-color: rgb(144,161,250); }
div.DivClassName
{
background-color: #90A1FA;
}
.BgClassName
{
background-color: #90A1FA;
}
</style>
border-color css
<style>
span { border-color: #90A1FA; }
span { border-color: rgb(144,161,250); }
td.TdClassName
{
border-color: #90A1FA;
}
.TagClassName
{
border-color: #90A1FA;
}
</style>