Shades of Portage #90A1EE
Tints of Portage #90A1EE
RGB
CMYK
RGB Variations
Color information
#90A1EE (or 0x90A1EE) is known color: Portage. HEX triplet: 90, A1 and EE. RGB value is (144,161,238). Sum of RGB (Red+Green+Blue) = 144+161+238=543 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.52% from 543); Green value is 161 (63.28% from 255 or 29.65% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #90A1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A1EE is #6F5E11. Grayscale: #A4A4A4. Windows color (decimal): -7298578 or 15638928. OLE color: 15638928.
HSL color Cylindrical-coordinate representation of color #90A1EE: hue angle of 229.15º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90A1EE is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 161 | 238 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.07 |
| HSL | 229.15º | 0.73% | 0.75% | - |
| HSV(B) | 229.15º | 0.39% | 0.93% | - |
| XYZ | 39.68 | 37.59 | 86.05 | - |
| YUV | 164.7 | 169.37 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 161 | 238 | 0.39 | 0.32 | 0 | 0.07 | 229.15 | 0.73 | 0.75 |
| Hex | 90 | A1 | EE | 27 | 20 | 0 | 7 | E5 | 49 | 4B |
| Octal | 220 | 241 | 356 | 47 | 40 | 0 | 7 | 345 | 111 | 113 |
| Binary | 10010000 | 10100001 | 11101110 | 100111 | 100000 | 0 | 111 | 11100101 | 1001001 | 1001011 |
Color Harmonies of #90A1EE
Complementary color
Monochromatic Colors of #90A1EE
Black with #90A1EE
Text Example
Text Example
White with #90A1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A1EE; }
p { color: rgb(144,161,238); }
H1.HeaderClassName
{
color: #90A1EE;
}
.AnyTagClassName
{
color: #90A1EE;
}
</style>
background-color css
<style>
a { background-color: #90A1EE; }
a { background-color: rgb(144,161,238); }
div.DivClassName
{
background-color: #90A1EE;
}
.BgClassName
{
background-color: #90A1EE;
}
</style>
border-color css
<style>
span { border-color: #90A1EE; }
span { border-color: rgb(144,161,238); }
td.TdClassName
{
border-color: #90A1EE;
}
.TagClassName
{
border-color: #90A1EE;
}
</style>