Shades of Portage #90A4F1
Tints of Portage #90A4F1
RGB
CMYK
RGB Variations
Color information
#90A4F1 (or 0x90A4F1) is known color: Portage. HEX triplet: 90, A4 and F1. RGB value is (144,164,241). Sum of RGB (Red+Green+Blue) = 144+164+241=549 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.23% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #90A4F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A4F1 is #6F5B0E. Grayscale: #A6A6A6. Windows color (decimal): -7297807 or 15836304. OLE color: 15836304.
HSL color Cylindrical-coordinate representation of color #90A4F1: hue angle of 227.63º 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 #90A4F1 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 164 | 241 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.05 |
| HSL | 227.63º | 0.78% | 0.75% | - |
| HSV(B) | 227.63º | 0.4% | 0.95% | - |
| XYZ | 40.65 | 38.83 | 88.57 | - |
| YUV | 166.8 | 169.87 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 164 | 241 | 0.40 | 0.32 | 0 | 0.05 | 227.63 | 0.78 | 0.75 |
| Hex | 90 | A4 | F1 | 28 | 20 | 0 | 5 | E4 | 4E | 4B |
| Octal | 220 | 244 | 361 | 50 | 40 | 0 | 5 | 344 | 116 | 113 |
| Binary | 10010000 | 10100100 | 11110001 | 101000 | 100000 | 0 | 101 | 11100100 | 1001110 | 1001011 |
Color Harmonies of #90A4F1
Complementary color
Monochromatic Colors of #90A4F1
Black with #90A4F1
Text Example
Text Example
White with #90A4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A4F1; }
p { color: rgb(144,164,241); }
H1.HeaderClassName
{
color: #90A4F1;
}
.AnyTagClassName
{
color: #90A4F1;
}
</style>
background-color css
<style>
a { background-color: #90A4F1; }
a { background-color: rgb(144,164,241); }
div.DivClassName
{
background-color: #90A4F1;
}
.BgClassName
{
background-color: #90A4F1;
}
</style>
border-color css
<style>
span { border-color: #90A4F1; }
span { border-color: rgb(144,164,241); }
td.TdClassName
{
border-color: #90A4F1;
}
.TagClassName
{
border-color: #90A4F1;
}
</style>