Shades of Portage #7786DC
Tints of Portage #7786DC
RGB
CMYK
RGB Variations
Color information
#7786DC (or 0x7786DC) is known color: Portage. HEX triplet: 77, 86 and DC. RGB value is (119,134,220). Sum of RGB (Red+Green+Blue) = 119+134+220=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #7786DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7786DC is #887923. Grayscale: #8A8A8A. Windows color (decimal): -8943908 or 14452343. OLE color: 14452343.
HSL color Cylindrical-coordinate representation of color #7786DC: hue angle of 231.09º 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 #7786DC is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 134 | 220 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.14 |
| HSL | 231.09º | 0.59% | 0.66% | - |
| HSV(B) | 231.09º | 0.46% | 0.86% | - |
| XYZ | 29.05 | 26.14 | 71.22 | - |
| YUV | 139.32 | 173.53 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 134 | 220 | 0.46 | 0.39 | 0 | 0.14 | 231.09 | 0.59 | 0.66 |
| Hex | 77 | 86 | DC | 2E | 27 | 0 | E | E7 | 3B | 42 |
| Octal | 167 | 206 | 334 | 56 | 47 | 0 | 16 | 347 | 73 | 102 |
| Binary | 1110111 | 10000110 | 11011100 | 101110 | 100111 | 0 | 1110 | 11100111 | 111011 | 1000010 |
Color Harmonies of #7786DC
Complementary color
Monochromatic Colors of #7786DC
Black with #7786DC
Text Example
Text Example
White with #7786DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7786DC; }
p { color: rgb(119,134,220); }
H1.HeaderClassName
{
color: #7786DC;
}
.AnyTagClassName
{
color: #7786DC;
}
</style>
background-color css
<style>
a { background-color: #7786DC; }
a { background-color: rgb(119,134,220); }
div.DivClassName
{
background-color: #7786DC;
}
.BgClassName
{
background-color: #7786DC;
}
</style>
border-color css
<style>
span { border-color: #7786DC; }
span { border-color: rgb(119,134,220); }
td.TdClassName
{
border-color: #7786DC;
}
.TagClassName
{
border-color: #7786DC;
}
</style>