Shades of Portage #90A8EF
Tints of Portage #90A8EF
RGB
CMYK
RGB Variations
Color information
#90A8EF (or 0x90A8EF) is known color: Portage. HEX triplet: 90, A8 and EF. RGB value is (144,168,239). Sum of RGB (Red+Green+Blue) = 144+168+239=551 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.13% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #90A8EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A8EF is #6F5710. Grayscale: #A8A8A8. Windows color (decimal): -7296785 or 15706256. OLE color: 15706256.
HSL color Cylindrical-coordinate representation of color #90A8EF: hue angle of 224.84º 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 #90A8EF is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 168 | 239 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.06 |
| HSL | 224.84º | 0.75% | 0.75% | - |
| HSV(B) | 224.84º | 0.4% | 0.94% | - |
| XYZ | 41.08 | 40.17 | 87.25 | - |
| YUV | 168.92 | 167.55 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 168 | 239 | 0.40 | 0.30 | 0 | 0.06 | 224.84 | 0.75 | 0.75 |
| Hex | 90 | A8 | EF | 28 | 1E | 0 | 6 | E1 | 4B | 4B |
| Octal | 220 | 250 | 357 | 50 | 36 | 0 | 6 | 341 | 113 | 113 |
| Binary | 10010000 | 10101000 | 11101111 | 101000 | 11110 | 0 | 110 | 11100001 | 1001011 | 1001011 |
Color Harmonies of #90A8EF
Complementary color
Monochromatic Colors of #90A8EF
Black with #90A8EF
Text Example
Text Example
White with #90A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A8EF; }
p { color: rgb(144,168,239); }
H1.HeaderClassName
{
color: #90A8EF;
}
.AnyTagClassName
{
color: #90A8EF;
}
</style>
background-color css
<style>
a { background-color: #90A8EF; }
a { background-color: rgb(144,168,239); }
div.DivClassName
{
background-color: #90A8EF;
}
.BgClassName
{
background-color: #90A8EF;
}
</style>
border-color css
<style>
span { border-color: #90A8EF; }
span { border-color: rgb(144,168,239); }
td.TdClassName
{
border-color: #90A8EF;
}
.TagClassName
{
border-color: #90A8EF;
}
</style>