Shades of Portage #7489D5
Tints of Portage #7489D5
RGB
CMYK
RGB Variations
Color information
#7489D5 (or 0x7489D5) is known color: Portage. HEX triplet: 74, 89 and D5. RGB value is (116,137,213). Sum of RGB (Red+Green+Blue) = 116+137+213=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 213 - color contains mainly: blue. Hex color #7489D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7489D5 is #8B762A. Grayscale: #8B8B8B. Windows color (decimal): -9139755 or 13994356. OLE color: 13994356.
HSL color Cylindrical-coordinate representation of color #7489D5: hue angle of 227.01º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7489D5 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 137 | 213 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.16 |
| HSL | 227.01º | 0.54% | 0.65% | - |
| HSV(B) | 227.01º | 0.46% | 0.84% | - |
| XYZ | 28.16 | 26.41 | 66.56 | - |
| YUV | 139.39 | 169.54 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 137 | 213 | 0.46 | 0.36 | 0 | 0.16 | 227.01 | 0.54 | 0.65 |
| Hex | 74 | 89 | D5 | 2E | 24 | 0 | 10 | E3 | 36 | 41 |
| Octal | 164 | 211 | 325 | 56 | 44 | 0 | 20 | 343 | 66 | 101 |
| Binary | 1110100 | 10001001 | 11010101 | 101110 | 100100 | 0 | 10000 | 11100011 | 110110 | 1000001 |
Color Harmonies of #7489D5
Complementary color
Monochromatic Colors of #7489D5
Black with #7489D5
Text Example
Text Example
White with #7489D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7489D5; }
p { color: rgb(116,137,213); }
H1.HeaderClassName
{
color: #7489D5;
}
.AnyTagClassName
{
color: #7489D5;
}
</style>
background-color css
<style>
a { background-color: #7489D5; }
a { background-color: rgb(116,137,213); }
div.DivClassName
{
background-color: #7489D5;
}
.BgClassName
{
background-color: #7489D5;
}
</style>
border-color css
<style>
span { border-color: #7489D5; }
span { border-color: rgb(116,137,213); }
td.TdClassName
{
border-color: #7489D5;
}
.TagClassName
{
border-color: #7489D5;
}
</style>