Shades of Portage #7789DC
Tints of Portage #7789DC
RGB
CMYK
RGB Variations
Color information
#7789DC (or 0x7789DC) is known color: Portage. HEX triplet: 77, 89 and DC. RGB value is (119,137,220). Sum of RGB (Red+Green+Blue) = 119+137+220=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #7789DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7789DC is #887623. Grayscale: #8C8C8C. Windows color (decimal): -8943140 or 14453111. OLE color: 14453111.
HSL color Cylindrical-coordinate representation of color #7789DC: hue angle of 229.31º degrees, saturation: 0.59, 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 #7789DC is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 137 | 220 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.14 |
| HSL | 229.31º | 0.59% | 0.66% | - |
| HSV(B) | 229.31º | 0.46% | 0.86% | - |
| XYZ | 29.47 | 26.98 | 71.36 | - |
| YUV | 141.08 | 172.54 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 137 | 220 | 0.46 | 0.38 | 0 | 0.14 | 229.31 | 0.59 | 0.66 |
| Hex | 77 | 89 | DC | 2E | 26 | 0 | E | E5 | 3B | 42 |
| Octal | 167 | 211 | 334 | 56 | 46 | 0 | 16 | 345 | 73 | 102 |
| Binary | 1110111 | 10001001 | 11011100 | 101110 | 100110 | 0 | 1110 | 11100101 | 111011 | 1000010 |
Color Harmonies of #7789DC
Complementary color
Monochromatic Colors of #7789DC
Black with #7789DC
Text Example
Text Example
White with #7789DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7789DC; }
p { color: rgb(119,137,220); }
H1.HeaderClassName
{
color: #7789DC;
}
.AnyTagClassName
{
color: #7789DC;
}
</style>
background-color css
<style>
a { background-color: #7789DC; }
a { background-color: rgb(119,137,220); }
div.DivClassName
{
background-color: #7789DC;
}
.BgClassName
{
background-color: #7789DC;
}
</style>
border-color css
<style>
span { border-color: #7789DC; }
span { border-color: rgb(119,137,220); }
td.TdClassName
{
border-color: #7789DC;
}
.TagClassName
{
border-color: #7789DC;
}
</style>