Shades of Portage #90A0E6
Tints of Portage #90A0E6
RGB
CMYK
RGB Variations
Color information
#90A0E6 (or 0x90A0E6) is known color: Portage. HEX triplet: 90, A0 and E6. RGB value is (144,160,230). Sum of RGB (Red+Green+Blue) = 144+160+230=534 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.97% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 230 - color contains mainly: blue. Hex color #90A0E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A0E6 is #6F5F19. Grayscale: #A2A2A2. Windows color (decimal): -7298842 or 15114384. OLE color: 15114384.
HSL color Cylindrical-coordinate representation of color #90A0E6: hue angle of 228.84º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90A0E6 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 160 | 230 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.10 |
| HSL | 228.84º | 0.63% | 0.73% | - |
| HSV(B) | 228.84º | 0.37% | 0.9% | - |
| XYZ | 38.36 | 36.78 | 79.94 | - |
| YUV | 163.2 | 165.7 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 160 | 230 | 0.37 | 0.30 | 0 | 0.10 | 228.84 | 0.63 | 0.73 |
| Hex | 90 | A0 | E6 | 25 | 1E | 0 | A | E5 | 3F | 49 |
| Octal | 220 | 240 | 346 | 45 | 36 | 0 | 12 | 345 | 77 | 111 |
| Binary | 10010000 | 10100000 | 11100110 | 100101 | 11110 | 0 | 1010 | 11100101 | 111111 | 1001001 |
Color Harmonies of #90A0E6
Complementary color
Monochromatic Colors of #90A0E6
Black with #90A0E6
Text Example
Text Example
White with #90A0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A0E6; }
p { color: rgb(144,160,230); }
H1.HeaderClassName
{
color: #90A0E6;
}
.AnyTagClassName
{
color: #90A0E6;
}
</style>
background-color css
<style>
a { background-color: #90A0E6; }
a { background-color: rgb(144,160,230); }
div.DivClassName
{
background-color: #90A0E6;
}
.BgClassName
{
background-color: #90A0E6;
}
</style>
border-color css
<style>
span { border-color: #90A0E6; }
span { border-color: rgb(144,160,230); }
td.TdClassName
{
border-color: #90A0E6;
}
.TagClassName
{
border-color: #90A0E6;
}
</style>