Shades of Portage #90A0E9
Tints of Portage #90A0E9
RGB
CMYK
RGB Variations
Color information
#90A0E9 (or 0x90A0E9) is known color: Portage. HEX triplet: 90, A0 and E9. RGB value is (144,160,233). Sum of RGB (Red+Green+Blue) = 144+160+233=537 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.82% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #90A0E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A0E9 is #6F5F16. Grayscale: #A3A3A3. Windows color (decimal): -7298839 or 15310992. OLE color: 15310992.
HSL color Cylindrical-coordinate representation of color #90A0E9: hue angle of 229.21º 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 #90A0E9 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 160 | 233 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.09 |
| HSL | 229.21º | 0.67% | 0.74% | - |
| HSV(B) | 229.21º | 0.38% | 0.91% | - |
| XYZ | 38.78 | 36.95 | 82.18 | - |
| YUV | 163.54 | 167.2 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 160 | 233 | 0.38 | 0.31 | 0 | 0.09 | 229.21 | 0.67 | 0.74 |
| Hex | 90 | A0 | E9 | 26 | 1F | 0 | 9 | E5 | 43 | 4A |
| Octal | 220 | 240 | 351 | 46 | 37 | 0 | 11 | 345 | 103 | 112 |
| Binary | 10010000 | 10100000 | 11101001 | 100110 | 11111 | 0 | 1001 | 11100101 | 1000011 | 1001010 |
Color Harmonies of #90A0E9
Complementary color
Monochromatic Colors of #90A0E9
Black with #90A0E9
Text Example
Text Example
White with #90A0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A0E9; }
p { color: rgb(144,160,233); }
H1.HeaderClassName
{
color: #90A0E9;
}
.AnyTagClassName
{
color: #90A0E9;
}
</style>
background-color css
<style>
a { background-color: #90A0E9; }
a { background-color: rgb(144,160,233); }
div.DivClassName
{
background-color: #90A0E9;
}
.BgClassName
{
background-color: #90A0E9;
}
</style>
border-color css
<style>
span { border-color: #90A0E9; }
span { border-color: rgb(144,160,233); }
td.TdClassName
{
border-color: #90A0E9;
}
.TagClassName
{
border-color: #90A0E9;
}
</style>