Shades of Portage #90A1E9
Tints of Portage #90A1E9
RGB
CMYK
RGB Variations
Color information
#90A1E9 (or 0x90A1E9) is known color: Portage. HEX triplet: 90, A1 and E9. RGB value is (144,161,233). Sum of RGB (Red+Green+Blue) = 144+161+233=538 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.77% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 233 (91.41% from 255 or 43.31% from 538); Max value from RGB is 233 - color contains mainly: blue. Hex color #90A1E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A1E9 is #6F5E16. Grayscale: #A3A3A3. Windows color (decimal): -7298583 or 15311248. OLE color: 15311248.
HSL color Cylindrical-coordinate representation of color #90A1E9: hue angle of 228.54º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90A1E9 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 161 | 233 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.09 |
| HSL | 228.54º | 0.67% | 0.74% | - |
| HSV(B) | 228.54º | 0.38% | 0.91% | - |
| XYZ | 38.95 | 37.3 | 82.24 | - |
| YUV | 164.13 | 166.87 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 161 | 233 | 0.38 | 0.31 | 0 | 0.09 | 228.54 | 0.67 | 0.74 |
| Hex | 90 | A1 | E9 | 26 | 1F | 0 | 9 | E5 | 43 | 4A |
| Octal | 220 | 241 | 351 | 46 | 37 | 0 | 11 | 345 | 103 | 112 |
| Binary | 10010000 | 10100001 | 11101001 | 100110 | 11111 | 0 | 1001 | 11100101 | 1000011 | 1001010 |
Color Harmonies of #90A1E9
Complementary color
Monochromatic Colors of #90A1E9
Black with #90A1E9
Text Example
Text Example
White with #90A1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A1E9; }
p { color: rgb(144,161,233); }
H1.HeaderClassName
{
color: #90A1E9;
}
.AnyTagClassName
{
color: #90A1E9;
}
</style>
background-color css
<style>
a { background-color: #90A1E9; }
a { background-color: rgb(144,161,233); }
div.DivClassName
{
background-color: #90A1E9;
}
.BgClassName
{
background-color: #90A1E9;
}
</style>
border-color css
<style>
span { border-color: #90A1E9; }
span { border-color: rgb(144,161,233); }
td.TdClassName
{
border-color: #90A1E9;
}
.TagClassName
{
border-color: #90A1E9;
}
</style>