Shades of Portage #90A5FF
Tints of Portage #90A5FF
RGB
CMYK
RGB Variations
Color information
#90A5FF (or 0x90A5FF) is known color: Portage. HEX triplet: 90, A5 and FF. RGB value is (144,165,255). Sum of RGB (Red+Green+Blue) = 144+165+255=564 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.53% from 564); Green value is 165 (64.84% from 255 or 29.26% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #90A5FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A5FF is #6F5A00. Grayscale: #A8A8A8. Windows color (decimal): -7297537 or 16754064. OLE color: 16754064.
HSL color Cylindrical-coordinate representation of color #90A5FF: hue angle of 228.65º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90A5FF is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 165 | 255 | - |
| CMYK | 0.44 | 0.35 | 0 | 0 |
| HSL | 228.65º | 1% | 0.78% | - |
| HSV(B) | 228.65º | 0.44% | 1% | - |
| XYZ | 43.01 | 40.06 | 100.07 | - |
| YUV | 168.98 | 176.54 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 165 | 255 | 0.44 | 0.35 | 0 | 0 | 228.65 | 1 | 0.78 |
| Hex | 90 | A5 | FF | 2C | 23 | 0 | 0 | E5 | 64 | 4E |
| Octal | 220 | 245 | 377 | 54 | 43 | 0 | 0 | 345 | 144 | 116 |
| Binary | 10010000 | 10100101 | 11111111 | 101100 | 100011 | 0 | 0 | 11100101 | 1100100 | 1001110 |
Color Harmonies of #90A5FF
Complementary color
Monochromatic Colors of #90A5FF
Black with #90A5FF
Text Example
Text Example
White with #90A5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A5FF; }
p { color: rgb(144,165,255); }
H1.HeaderClassName
{
color: #90A5FF;
}
.AnyTagClassName
{
color: #90A5FF;
}
</style>
background-color css
<style>
a { background-color: #90A5FF; }
a { background-color: rgb(144,165,255); }
div.DivClassName
{
background-color: #90A5FF;
}
.BgClassName
{
background-color: #90A5FF;
}
</style>
border-color css
<style>
span { border-color: #90A5FF; }
span { border-color: rgb(144,165,255); }
td.TdClassName
{
border-color: #90A5FF;
}
.TagClassName
{
border-color: #90A5FF;
}
</style>