Shades of Portage #7489DB
Tints of Portage #7489DB
RGB
CMYK
RGB Variations
Color information
#7489DB (or 0x7489DB) is known color: Portage. HEX triplet: 74, 89 and DB. RGB value is (116,137,219). Sum of RGB (Red+Green+Blue) = 116+137+219=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #7489DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7489DB is #8B7624. Grayscale: #8B8B8B. Windows color (decimal): -9139749 or 14387572. OLE color: 14387572.
HSL color Cylindrical-coordinate representation of color #7489DB: hue angle of 227.77º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7489DB is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 137 | 219 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.14 |
| HSL | 227.77º | 0.59% | 0.66% | - |
| HSV(B) | 227.77º | 0.47% | 0.86% | - |
| XYZ | 28.93 | 26.72 | 70.65 | - |
| YUV | 140.07 | 172.54 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 137 | 219 | 0.47 | 0.37 | 0 | 0.14 | 227.77 | 0.59 | 0.66 |
| Hex | 74 | 89 | DB | 2F | 25 | 0 | E | E4 | 3B | 42 |
| Octal | 164 | 211 | 333 | 57 | 45 | 0 | 16 | 344 | 73 | 102 |
| Binary | 1110100 | 10001001 | 11011011 | 101111 | 100101 | 0 | 1110 | 11100100 | 111011 | 1000010 |
Color Harmonies of #7489DB
Complementary color
Monochromatic Colors of #7489DB
Black with #7489DB
Text Example
Text Example
White with #7489DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7489DB; }
p { color: rgb(116,137,219); }
H1.HeaderClassName
{
color: #7489DB;
}
.AnyTagClassName
{
color: #7489DB;
}
</style>
background-color css
<style>
a { background-color: #7489DB; }
a { background-color: rgb(116,137,219); }
div.DivClassName
{
background-color: #7489DB;
}
.BgClassName
{
background-color: #7489DB;
}
</style>
border-color css
<style>
span { border-color: #7489DB; }
span { border-color: rgb(116,137,219); }
td.TdClassName
{
border-color: #7489DB;
}
.TagClassName
{
border-color: #7489DB;
}
</style>