Shades of Portage #90A3E9
Tints of Portage #90A3E9
RGB
CMYK
RGB Variations
Color information
#90A3E9 (or 0x90A3E9) is known color: Portage. HEX triplet: 90, A3 and E9. RGB value is (144,163,233). Sum of RGB (Red+Green+Blue) = 144+163+233=540 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.67% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 233 (91.41% from 255 or 43.15% from 540); Max value from RGB is 233 - color contains mainly: blue. Hex color #90A3E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A3E9 is #6F5C16. Grayscale: #A5A5A5. Windows color (decimal): -7298071 or 15311760. OLE color: 15311760.
HSL color Cylindrical-coordinate representation of color #90A3E9: hue angle of 227.19º 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 #90A3E9 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 163 | 233 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.09 |
| HSL | 227.19º | 0.67% | 0.74% | - |
| HSV(B) | 227.19º | 0.38% | 0.91% | - |
| XYZ | 39.31 | 38.01 | 82.36 | - |
| YUV | 165.3 | 166.21 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 163 | 233 | 0.38 | 0.30 | 0 | 0.09 | 227.19 | 0.67 | 0.74 |
| Hex | 90 | A3 | E9 | 26 | 1E | 0 | 9 | E3 | 43 | 4A |
| Octal | 220 | 243 | 351 | 46 | 36 | 0 | 11 | 343 | 103 | 112 |
| Binary | 10010000 | 10100011 | 11101001 | 100110 | 11110 | 0 | 1001 | 11100011 | 1000011 | 1001010 |
Color Harmonies of #90A3E9
Complementary color
Monochromatic Colors of #90A3E9
Black with #90A3E9
Text Example
Text Example
White with #90A3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A3E9; }
p { color: rgb(144,163,233); }
H1.HeaderClassName
{
color: #90A3E9;
}
.AnyTagClassName
{
color: #90A3E9;
}
</style>
background-color css
<style>
a { background-color: #90A3E9; }
a { background-color: rgb(144,163,233); }
div.DivClassName
{
background-color: #90A3E9;
}
.BgClassName
{
background-color: #90A3E9;
}
</style>
border-color css
<style>
span { border-color: #90A3E9; }
span { border-color: rgb(144,163,233); }
td.TdClassName
{
border-color: #90A3E9;
}
.TagClassName
{
border-color: #90A3E9;
}
</style>