Shades of Portage #90A5DD
Tints of Portage #90A5DD
RGB
CMYK
RGB Variations
Color information
#90A5DD (or 0x90A5DD) is known color: Portage. HEX triplet: 90, A5 and DD. RGB value is (144,165,221). Sum of RGB (Red+Green+Blue) = 144+165+221=530 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.17% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #90A5DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A5DD is #6F5A22. Grayscale: #A4A4A4. Windows color (decimal): -7297571 or 14525840. OLE color: 14525840.
HSL color Cylindrical-coordinate representation of color #90A5DD: hue angle of 223.64º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90A5DD is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 165 | 221 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.13 |
| HSL | 223.64º | 0.53% | 0.72% | - |
| HSV(B) | 223.64º | 0.35% | 0.87% | - |
| XYZ | 38.01 | 38.06 | 73.75 | - |
| YUV | 165.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 165 | 221 | 0.35 | 0.25 | 0 | 0.13 | 223.64 | 0.53 | 0.72 |
| Hex | 90 | A5 | DD | 23 | 19 | 0 | D | E0 | 35 | 48 |
| Octal | 220 | 245 | 335 | 43 | 31 | 0 | 15 | 340 | 65 | 110 |
| Binary | 10010000 | 10100101 | 11011101 | 100011 | 11001 | 0 | 1101 | 11100000 | 110101 | 1001000 |
Color Harmonies of #90A5DD
Complementary color
Monochromatic Colors of #90A5DD
Black with #90A5DD
Text Example
Text Example
White with #90A5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A5DD; }
p { color: rgb(144,165,221); }
H1.HeaderClassName
{
color: #90A5DD;
}
.AnyTagClassName
{
color: #90A5DD;
}
</style>
background-color css
<style>
a { background-color: #90A5DD; }
a { background-color: rgb(144,165,221); }
div.DivClassName
{
background-color: #90A5DD;
}
.BgClassName
{
background-color: #90A5DD;
}
</style>
border-color css
<style>
span { border-color: #90A5DD; }
span { border-color: rgb(144,165,221); }
td.TdClassName
{
border-color: #90A5DD;
}
.TagClassName
{
border-color: #90A5DD;
}
</style>