Shades of Portage #90A6F7
Tints of Portage #90A6F7
RGB
CMYK
RGB Variations
Color information
#90A6F7 (or 0x90A6F7) is known color: Portage. HEX triplet: 90, A6 and F7. RGB value is (144,166,247). Sum of RGB (Red+Green+Blue) = 144+166+247=557 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.85% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #90A6F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A6F7 is #6F5908. Grayscale: #A8A8A8. Windows color (decimal): -7297289 or 16230032. OLE color: 16230032.
HSL color Cylindrical-coordinate representation of color #90A6F7: hue angle of 227.18º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90A6F7 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 166 | 247 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.03 |
| HSL | 227.18º | 0.87% | 0.77% | - |
| HSV(B) | 227.18º | 0.42% | 0.97% | - |
| XYZ | 41.93 | 39.92 | 93.49 | - |
| YUV | 168.66 | 172.21 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 166 | 247 | 0.42 | 0.33 | 0 | 0.03 | 227.18 | 0.87 | 0.77 |
| Hex | 90 | A6 | F7 | 2A | 21 | 0 | 3 | E3 | 57 | 4D |
| Octal | 220 | 246 | 367 | 52 | 41 | 0 | 3 | 343 | 127 | 115 |
| Binary | 10010000 | 10100110 | 11110111 | 101010 | 100001 | 0 | 11 | 11100011 | 1010111 | 1001101 |
Color Harmonies of #90A6F7
Complementary color
Monochromatic Colors of #90A6F7
Black with #90A6F7
Text Example
Text Example
White with #90A6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A6F7; }
p { color: rgb(144,166,247); }
H1.HeaderClassName
{
color: #90A6F7;
}
.AnyTagClassName
{
color: #90A6F7;
}
</style>
background-color css
<style>
a { background-color: #90A6F7; }
a { background-color: rgb(144,166,247); }
div.DivClassName
{
background-color: #90A6F7;
}
.BgClassName
{
background-color: #90A6F7;
}
</style>
border-color css
<style>
span { border-color: #90A6F7; }
span { border-color: rgb(144,166,247); }
td.TdClassName
{
border-color: #90A6F7;
}
.TagClassName
{
border-color: #90A6F7;
}
</style>