Shades of Portage #90A2EE
Tints of Portage #90A2EE
RGB
CMYK
RGB Variations
Color information
#90A2EE (or 0x90A2EE) is known color: Portage. HEX triplet: 90, A2 and EE. RGB value is (144,162,238). Sum of RGB (Red+Green+Blue) = 144+162+238=544 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.47% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #90A2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A2EE is #6F5D11. Grayscale: #A4A4A4. Windows color (decimal): -7298322 or 15639184. OLE color: 15639184.
HSL color Cylindrical-coordinate representation of color #90A2EE: hue angle of 228.51º 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 #90A2EE is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 162 | 238 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.07 |
| HSL | 228.51º | 0.73% | 0.75% | - |
| HSV(B) | 228.51º | 0.39% | 0.93% | - |
| XYZ | 39.85 | 37.94 | 86.11 | - |
| YUV | 165.28 | 169.04 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 162 | 238 | 0.39 | 0.32 | 0 | 0.07 | 228.51 | 0.73 | 0.75 |
| Hex | 90 | A2 | EE | 27 | 20 | 0 | 7 | E5 | 49 | 4B |
| Octal | 220 | 242 | 356 | 47 | 40 | 0 | 7 | 345 | 111 | 113 |
| Binary | 10010000 | 10100010 | 11101110 | 100111 | 100000 | 0 | 111 | 11100101 | 1001001 | 1001011 |
Color Harmonies of #90A2EE
Complementary color
Monochromatic Colors of #90A2EE
Black with #90A2EE
Text Example
Text Example
White with #90A2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A2EE; }
p { color: rgb(144,162,238); }
H1.HeaderClassName
{
color: #90A2EE;
}
.AnyTagClassName
{
color: #90A2EE;
}
</style>
background-color css
<style>
a { background-color: #90A2EE; }
a { background-color: rgb(144,162,238); }
div.DivClassName
{
background-color: #90A2EE;
}
.BgClassName
{
background-color: #90A2EE;
}
</style>
border-color css
<style>
span { border-color: #90A2EE; }
span { border-color: rgb(144,162,238); }
td.TdClassName
{
border-color: #90A2EE;
}
.TagClassName
{
border-color: #90A2EE;
}
</style>