Shades of Portage #90A1F2
Tints of Portage #90A1F2
RGB
CMYK
RGB Variations
Color information
#90A1F2 (or 0x90A1F2) is known color: Portage. HEX triplet: 90, A1 and F2. RGB value is (144,161,242). Sum of RGB (Red+Green+Blue) = 144+161+242=547 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.33% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #90A1F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A1F2 is #6F5E0D. Grayscale: #A4A4A4. Windows color (decimal): -7298574 or 15901072. OLE color: 15901072.
HSL color Cylindrical-coordinate representation of color #90A1F2: hue angle of 229.59º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90A1F2 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 161 | 242 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.05 |
| HSL | 229.59º | 0.79% | 0.76% | - |
| HSV(B) | 229.59º | 0.4% | 0.95% | - |
| XYZ | 40.27 | 37.83 | 89.18 | - |
| YUV | 165.15 | 171.37 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 161 | 242 | 0.40 | 0.33 | 0 | 0.05 | 229.59 | 0.79 | 0.76 |
| Hex | 90 | A1 | F2 | 28 | 21 | 0 | 5 | E6 | 4F | 4C |
| Octal | 220 | 241 | 362 | 50 | 41 | 0 | 5 | 346 | 117 | 114 |
| Binary | 10010000 | 10100001 | 11110010 | 101000 | 100001 | 0 | 101 | 11100110 | 1001111 | 1001100 |
Color Harmonies of #90A1F2
Complementary color
Monochromatic Colors of #90A1F2
Black with #90A1F2
Text Example
Text Example
White with #90A1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A1F2; }
p { color: rgb(144,161,242); }
H1.HeaderClassName
{
color: #90A1F2;
}
.AnyTagClassName
{
color: #90A1F2;
}
</style>
background-color css
<style>
a { background-color: #90A1F2; }
a { background-color: rgb(144,161,242); }
div.DivClassName
{
background-color: #90A1F2;
}
.BgClassName
{
background-color: #90A1F2;
}
</style>
border-color css
<style>
span { border-color: #90A1F2; }
span { border-color: rgb(144,161,242); }
td.TdClassName
{
border-color: #90A1F2;
}
.TagClassName
{
border-color: #90A1F2;
}
</style>