Shades of Portage #7491D9
Tints of Portage #7491D9
RGB
CMYK
RGB Variations
Color information
#7491D9 (or 0x7491D9) is known color: Portage. HEX triplet: 74, 91 and D9. RGB value is (116,145,217). Sum of RGB (Red+Green+Blue) = 116+145+217=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 217 - color contains mainly: blue. Hex color #7491D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7491D9 is #8B6E26. Grayscale: #909090. Windows color (decimal): -9137703 or 14258548. OLE color: 14258548.
HSL color Cylindrical-coordinate representation of color #7491D9: hue angle of 222.77º 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 #7491D9 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 145 | 217 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.15 |
| HSL | 222.77º | 0.57% | 0.65% | - |
| HSV(B) | 222.77º | 0.47% | 0.85% | - |
| XYZ | 29.85 | 28.97 | 69.66 | - |
| YUV | 144.54 | 168.89 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 145 | 217 | 0.47 | 0.33 | 0 | 0.15 | 222.77 | 0.57 | 0.65 |
| Hex | 74 | 91 | D9 | 2F | 21 | 0 | F | DF | 39 | 41 |
| Octal | 164 | 221 | 331 | 57 | 41 | 0 | 17 | 337 | 71 | 101 |
| Binary | 1110100 | 10010001 | 11011001 | 101111 | 100001 | 0 | 1111 | 11011111 | 111001 | 1000001 |
Color Harmonies of #7491D9
Complementary color
Monochromatic Colors of #7491D9
Black with #7491D9
Text Example
Text Example
White with #7491D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7491D9; }
p { color: rgb(116,145,217); }
H1.HeaderClassName
{
color: #7491D9;
}
.AnyTagClassName
{
color: #7491D9;
}
</style>
background-color css
<style>
a { background-color: #7491D9; }
a { background-color: rgb(116,145,217); }
div.DivClassName
{
background-color: #7491D9;
}
.BgClassName
{
background-color: #7491D9;
}
</style>
border-color css
<style>
span { border-color: #7491D9; }
span { border-color: rgb(116,145,217); }
td.TdClassName
{
border-color: #7491D9;
}
.TagClassName
{
border-color: #7491D9;
}
</style>