Shades of Portage #90A5EE
Tints of Portage #90A5EE
RGB
CMYK
RGB Variations
Color information
#90A5EE (or 0x90A5EE) is known color: Portage. HEX triplet: 90, A5 and EE. RGB value is (144,165,238). Sum of RGB (Red+Green+Blue) = 144+165+238=547 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.33% from 547); Green value is 165 (64.84% from 255 or 30.16% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #90A5EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A5EE is #6F5A11. Grayscale: #A6A6A6. Windows color (decimal): -7297554 or 15639952. OLE color: 15639952.
HSL color Cylindrical-coordinate representation of color #90A5EE: hue angle of 226.6º 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 #90A5EE is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 165 | 238 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.07 |
| HSL | 226.6º | 0.73% | 0.75% | - |
| HSV(B) | 226.6º | 0.39% | 0.93% | - |
| XYZ | 40.39 | 39.01 | 86.29 | - |
| YUV | 167.04 | 168.04 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 165 | 238 | 0.39 | 0.31 | 0 | 0.07 | 226.6 | 0.73 | 0.75 |
| Hex | 90 | A5 | EE | 27 | 1F | 0 | 7 | E3 | 49 | 4B |
| Octal | 220 | 245 | 356 | 47 | 37 | 0 | 7 | 343 | 111 | 113 |
| Binary | 10010000 | 10100101 | 11101110 | 100111 | 11111 | 0 | 111 | 11100011 | 1001001 | 1001011 |
Color Harmonies of #90A5EE
Complementary color
Monochromatic Colors of #90A5EE
Black with #90A5EE
Text Example
Text Example
White with #90A5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A5EE; }
p { color: rgb(144,165,238); }
H1.HeaderClassName
{
color: #90A5EE;
}
.AnyTagClassName
{
color: #90A5EE;
}
</style>
background-color css
<style>
a { background-color: #90A5EE; }
a { background-color: rgb(144,165,238); }
div.DivClassName
{
background-color: #90A5EE;
}
.BgClassName
{
background-color: #90A5EE;
}
</style>
border-color css
<style>
span { border-color: #90A5EE; }
span { border-color: rgb(144,165,238); }
td.TdClassName
{
border-color: #90A5EE;
}
.TagClassName
{
border-color: #90A5EE;
}
</style>