Shades of Portage #7490D9
Tints of Portage #7490D9
RGB
CMYK
RGB Variations
Color information
#7490D9 (or 0x7490D9) is known color: Portage. HEX triplet: 74, 90 and D9. RGB value is (116,144,217). Sum of RGB (Red+Green+Blue) = 116+144+217=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 217 - color contains mainly: blue. Hex color #7490D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7490D9 is #8B6F26. Grayscale: #8F8F8F. Windows color (decimal): -9137959 or 14258292. OLE color: 14258292.
HSL color Cylindrical-coordinate representation of color #7490D9: hue angle of 223.37º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7490D9 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 144 | 217 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.15 |
| HSL | 223.37º | 0.57% | 0.65% | - |
| HSV(B) | 223.37º | 0.47% | 0.85% | - |
| XYZ | 29.7 | 28.67 | 69.61 | - |
| YUV | 143.95 | 169.22 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 217 | 0.47 | 0.34 | 0 | 0.15 | 223.37 | 0.57 | 0.65 |
| Hex | 74 | 90 | D9 | 2F | 22 | 0 | F | DF | 39 | 41 |
| Octal | 164 | 220 | 331 | 57 | 42 | 0 | 17 | 337 | 71 | 101 |
| Binary | 1110100 | 10010000 | 11011001 | 101111 | 100010 | 0 | 1111 | 11011111 | 111001 | 1000001 |
Color Harmonies of #7490D9
Complementary color
Monochromatic Colors of #7490D9
Black with #7490D9
Text Example
Text Example
White with #7490D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7490D9; }
p { color: rgb(116,144,217); }
H1.HeaderClassName
{
color: #7490D9;
}
.AnyTagClassName
{
color: #7490D9;
}
</style>
background-color css
<style>
a { background-color: #7490D9; }
a { background-color: rgb(116,144,217); }
div.DivClassName
{
background-color: #7490D9;
}
.BgClassName
{
background-color: #7490D9;
}
</style>
border-color css
<style>
span { border-color: #7490D9; }
span { border-color: rgb(116,144,217); }
td.TdClassName
{
border-color: #7490D9;
}
.TagClassName
{
border-color: #7490D9;
}
</style>