Shades of Portage #778BDC
Tints of Portage #778BDC
RGB
CMYK
RGB Variations
Color information
#778BDC (or 0x778BDC) is known color: Portage. HEX triplet: 77, 8B and DC. RGB value is (119,139,220). Sum of RGB (Red+Green+Blue) = 119+139+220=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #778BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BDC is #887423. Grayscale: #8D8D8D. Windows color (decimal): -8942628 or 14453623. OLE color: 14453623.
HSL color Cylindrical-coordinate representation of color #778BDC: hue angle of 228.12º 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 #778BDC is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 139 | 220 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.14 |
| HSL | 228.12º | 0.59% | 0.66% | - |
| HSV(B) | 228.12º | 0.46% | 0.86% | - |
| XYZ | 29.76 | 27.55 | 71.46 | - |
| YUV | 142.25 | 171.87 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 220 | 0.46 | 0.37 | 0 | 0.14 | 228.12 | 0.59 | 0.66 |
| Hex | 77 | 8B | DC | 2E | 25 | 0 | E | E4 | 3B | 42 |
| Octal | 167 | 213 | 334 | 56 | 45 | 0 | 16 | 344 | 73 | 102 |
| Binary | 1110111 | 10001011 | 11011100 | 101110 | 100101 | 0 | 1110 | 11100100 | 111011 | 1000010 |
Color Harmonies of #778BDC
Complementary color
Monochromatic Colors of #778BDC
Black with #778BDC
Text Example
Text Example
White with #778BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778BDC; }
p { color: rgb(119,139,220); }
H1.HeaderClassName
{
color: #778BDC;
}
.AnyTagClassName
{
color: #778BDC;
}
</style>
background-color css
<style>
a { background-color: #778BDC; }
a { background-color: rgb(119,139,220); }
div.DivClassName
{
background-color: #778BDC;
}
.BgClassName
{
background-color: #778BDC;
}
</style>
border-color css
<style>
span { border-color: #778BDC; }
span { border-color: rgb(119,139,220); }
td.TdClassName
{
border-color: #778BDC;
}
.TagClassName
{
border-color: #778BDC;
}
</style>