Shades of Portage #90A5E0
Tints of Portage #90A5E0
RGB
CMYK
RGB Variations
Color information
#90A5E0 (or 0x90A5E0) is known color: Portage. HEX triplet: 90, A5 and E0. RGB value is (144,165,224). Sum of RGB (Red+Green+Blue) = 144+165+224=533 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.02% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #90A5E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A5E0 is #6F5A1F. Grayscale: #A5A5A5. Windows color (decimal): -7297568 or 14722448. OLE color: 14722448.
HSL color Cylindrical-coordinate representation of color #90A5E0: hue angle of 224.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90A5E0 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 165 | 224 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.12 |
| HSL | 224.25º | 0.56% | 0.72% | - |
| HSV(B) | 224.25º | 0.36% | 0.88% | - |
| XYZ | 38.41 | 38.22 | 75.87 | - |
| YUV | 165.45 | 161.04 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 165 | 224 | 0.36 | 0.26 | 0 | 0.12 | 224.25 | 0.56 | 0.72 |
| Hex | 90 | A5 | E0 | 24 | 1A | 0 | C | E0 | 38 | 48 |
| Octal | 220 | 245 | 340 | 44 | 32 | 0 | 14 | 340 | 70 | 110 |
| Binary | 10010000 | 10100101 | 11100000 | 100100 | 11010 | 0 | 1100 | 11100000 | 111000 | 1001000 |
Color Harmonies of #90A5E0
Complementary color
Monochromatic Colors of #90A5E0
Black with #90A5E0
Text Example
Text Example
White with #90A5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A5E0; }
p { color: rgb(144,165,224); }
H1.HeaderClassName
{
color: #90A5E0;
}
.AnyTagClassName
{
color: #90A5E0;
}
</style>
background-color css
<style>
a { background-color: #90A5E0; }
a { background-color: rgb(144,165,224); }
div.DivClassName
{
background-color: #90A5E0;
}
.BgClassName
{
background-color: #90A5E0;
}
</style>
border-color css
<style>
span { border-color: #90A5E0; }
span { border-color: rgb(144,165,224); }
td.TdClassName
{
border-color: #90A5E0;
}
.TagClassName
{
border-color: #90A5E0;
}
</style>