Shades of Portage #90A5EF
Tints of Portage #90A5EF
RGB
CMYK
RGB Variations
Color information
#90A5EF (or 0x90A5EF) is known color: Portage. HEX triplet: 90, A5 and EF. RGB value is (144,165,239). Sum of RGB (Red+Green+Blue) = 144+165+239=548 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.28% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #90A5EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A5EF is #6F5A10. Grayscale: #A6A6A6. Windows color (decimal): -7297553 or 15705488. OLE color: 15705488.
HSL color Cylindrical-coordinate representation of color #90A5EF: hue angle of 226.74º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90A5EF is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 165 | 239 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.06 |
| HSL | 226.74º | 0.75% | 0.75% | - |
| HSV(B) | 226.74º | 0.4% | 0.94% | - |
| XYZ | 40.54 | 39.07 | 87.07 | - |
| YUV | 167.16 | 168.54 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 165 | 239 | 0.40 | 0.31 | 0 | 0.06 | 226.74 | 0.75 | 0.75 |
| Hex | 90 | A5 | EF | 28 | 1F | 0 | 6 | E3 | 4B | 4B |
| Octal | 220 | 245 | 357 | 50 | 37 | 0 | 6 | 343 | 113 | 113 |
| Binary | 10010000 | 10100101 | 11101111 | 101000 | 11111 | 0 | 110 | 11100011 | 1001011 | 1001011 |
Color Harmonies of #90A5EF
Complementary color
Monochromatic Colors of #90A5EF
Black with #90A5EF
Text Example
Text Example
White with #90A5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A5EF; }
p { color: rgb(144,165,239); }
H1.HeaderClassName
{
color: #90A5EF;
}
.AnyTagClassName
{
color: #90A5EF;
}
</style>
background-color css
<style>
a { background-color: #90A5EF; }
a { background-color: rgb(144,165,239); }
div.DivClassName
{
background-color: #90A5EF;
}
.BgClassName
{
background-color: #90A5EF;
}
</style>
border-color css
<style>
span { border-color: #90A5EF; }
span { border-color: rgb(144,165,239); }
td.TdClassName
{
border-color: #90A5EF;
}
.TagClassName
{
border-color: #90A5EF;
}
</style>