Shades of Portage #90A8F1
Tints of Portage #90A8F1
RGB
CMYK
RGB Variations
Color information
#90A8F1 (or 0x90A8F1) is known color: Portage. HEX triplet: 90, A8 and F1. RGB value is (144,168,241). Sum of RGB (Red+Green+Blue) = 144+168+241=553 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.04% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #90A8F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A8F1 is #6F570E. Grayscale: #A8A8A8. Windows color (decimal): -7296783 or 15837328. OLE color: 15837328.
HSL color Cylindrical-coordinate representation of color #90A8F1: hue angle of 225.15º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90A8F1 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 168 | 241 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.05 |
| HSL | 225.15º | 0.78% | 0.75% | - |
| HSV(B) | 225.15º | 0.4% | 0.95% | - |
| XYZ | 41.38 | 40.29 | 88.81 | - |
| YUV | 169.15 | 168.55 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 168 | 241 | 0.40 | 0.30 | 0 | 0.05 | 225.15 | 0.78 | 0.75 |
| Hex | 90 | A8 | F1 | 28 | 1E | 0 | 5 | E1 | 4E | 4B |
| Octal | 220 | 250 | 361 | 50 | 36 | 0 | 5 | 341 | 116 | 113 |
| Binary | 10010000 | 10101000 | 11110001 | 101000 | 11110 | 0 | 101 | 11100001 | 1001110 | 1001011 |
Color Harmonies of #90A8F1
Complementary color
Monochromatic Colors of #90A8F1
Black with #90A8F1
Text Example
Text Example
White with #90A8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A8F1; }
p { color: rgb(144,168,241); }
H1.HeaderClassName
{
color: #90A8F1;
}
.AnyTagClassName
{
color: #90A8F1;
}
</style>
background-color css
<style>
a { background-color: #90A8F1; }
a { background-color: rgb(144,168,241); }
div.DivClassName
{
background-color: #90A8F1;
}
.BgClassName
{
background-color: #90A8F1;
}
</style>
border-color css
<style>
span { border-color: #90A8F1; }
span { border-color: rgb(144,168,241); }
td.TdClassName
{
border-color: #90A8F1;
}
.TagClassName
{
border-color: #90A8F1;
}
</style>