Shades of Portage #90AAE7
Tints of Portage #90AAE7
RGB
CMYK
RGB Variations
Color information
#90AAE7 (or 0x90AAE7) is known color: Portage. HEX triplet: 90, AA and E7. RGB value is (144,170,231). Sum of RGB (Red+Green+Blue) = 144+170+231=545 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.42% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 231 (90.62% from 255 or 42.39% from 545); Max value from RGB is 231 - color contains mainly: blue. Hex color #90AAE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AAE7 is #6F5518. Grayscale: #A8A8A8. Windows color (decimal): -7296281 or 15182480. OLE color: 15182480.
HSL color Cylindrical-coordinate representation of color #90AAE7: hue angle of 222.07º degrees, saturation: 0.64, 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 #90AAE7 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 170 | 231 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.09 |
| HSL | 222.07º | 0.64% | 0.74% | - |
| HSV(B) | 222.07º | 0.38% | 0.91% | - |
| XYZ | 40.3 | 40.45 | 81.28 | - |
| YUV | 169.18 | 162.89 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 231 | 0.38 | 0.26 | 0 | 0.09 | 222.07 | 0.64 | 0.74 |
| Hex | 90 | AA | E7 | 26 | 1A | 0 | 9 | DE | 40 | 4A |
| Octal | 220 | 252 | 347 | 46 | 32 | 0 | 11 | 336 | 100 | 112 |
| Binary | 10010000 | 10101010 | 11100111 | 100110 | 11010 | 0 | 1001 | 11011110 | 1000000 | 1001010 |
Color Harmonies of #90AAE7
Complementary color
Monochromatic Colors of #90AAE7
Black with #90AAE7
Text Example
Text Example
White with #90AAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AAE7; }
p { color: rgb(144,170,231); }
H1.HeaderClassName
{
color: #90AAE7;
}
.AnyTagClassName
{
color: #90AAE7;
}
</style>
background-color css
<style>
a { background-color: #90AAE7; }
a { background-color: rgb(144,170,231); }
div.DivClassName
{
background-color: #90AAE7;
}
.BgClassName
{
background-color: #90AAE7;
}
</style>
border-color css
<style>
span { border-color: #90AAE7; }
span { border-color: rgb(144,170,231); }
td.TdClassName
{
border-color: #90AAE7;
}
.TagClassName
{
border-color: #90AAE7;
}
</style>