Shades of Portage #7789DB
Tints of Portage #7789DB
RGB
CMYK
RGB Variations
Color information
#7789DB (or 0x7789DB) is known color: Portage. HEX triplet: 77, 89 and DB. RGB value is (119,137,219). Sum of RGB (Red+Green+Blue) = 119+137+219=475 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.05% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #7789DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7789DB is #887624. Grayscale: #8C8C8C. Windows color (decimal): -8943141 or 14387575. OLE color: 14387575.
HSL color Cylindrical-coordinate representation of color #7789DB: hue angle of 229.2º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7789DB is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 137 | 219 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.14 |
| HSL | 229.2º | 0.58% | 0.66% | - |
| HSV(B) | 229.2º | 0.46% | 0.86% | - |
| XYZ | 29.34 | 26.93 | 70.67 | - |
| YUV | 140.97 | 172.04 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 137 | 219 | 0.46 | 0.37 | 0 | 0.14 | 229.2 | 0.58 | 0.66 |
| Hex | 77 | 89 | DB | 2E | 25 | 0 | E | E5 | 3A | 42 |
| Octal | 167 | 211 | 333 | 56 | 45 | 0 | 16 | 345 | 72 | 102 |
| Binary | 1110111 | 10001001 | 11011011 | 101110 | 100101 | 0 | 1110 | 11100101 | 111010 | 1000010 |
Color Harmonies of #7789DB
Complementary color
Monochromatic Colors of #7789DB
Black with #7789DB
Text Example
Text Example
White with #7789DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7789DB; }
p { color: rgb(119,137,219); }
H1.HeaderClassName
{
color: #7789DB;
}
.AnyTagClassName
{
color: #7789DB;
}
</style>
background-color css
<style>
a { background-color: #7789DB; }
a { background-color: rgb(119,137,219); }
div.DivClassName
{
background-color: #7789DB;
}
.BgClassName
{
background-color: #7789DB;
}
</style>
border-color css
<style>
span { border-color: #7789DB; }
span { border-color: rgb(119,137,219); }
td.TdClassName
{
border-color: #7789DB;
}
.TagClassName
{
border-color: #7789DB;
}
</style>