Shades of Portage #778BD7
Tints of Portage #778BD7
RGB
CMYK
RGB Variations
Color information
#778BD7 (or 0x778BD7) is known color: Portage. HEX triplet: 77, 8B and D7. RGB value is (119,139,215). Sum of RGB (Red+Green+Blue) = 119+139+215=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 215 - color contains mainly: blue. Hex color #778BD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BD7 is #887428. Grayscale: #8D8D8D. Windows color (decimal): -8942633 or 14125943. OLE color: 14125943.
HSL color Cylindrical-coordinate representation of color #778BD7: hue angle of 227.5º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #778BD7 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 139 | 215 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.16 |
| HSL | 227.5º | 0.55% | 0.65% | - |
| HSV(B) | 227.5º | 0.45% | 0.84% | - |
| XYZ | 29.11 | 27.29 | 68.02 | - |
| YUV | 141.68 | 169.37 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 215 | 0.45 | 0.35 | 0 | 0.16 | 227.5 | 0.55 | 0.65 |
| Hex | 77 | 8B | D7 | 2D | 23 | 0 | 10 | E4 | 37 | 41 |
| Octal | 167 | 213 | 327 | 55 | 43 | 0 | 20 | 344 | 67 | 101 |
| Binary | 1110111 | 10001011 | 11010111 | 101101 | 100011 | 0 | 10000 | 11100100 | 110111 | 1000001 |
Color Harmonies of #778BD7
Complementary color
Monochromatic Colors of #778BD7
Black with #778BD7
Text Example
Text Example
White with #778BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778BD7; }
p { color: rgb(119,139,215); }
H1.HeaderClassName
{
color: #778BD7;
}
.AnyTagClassName
{
color: #778BD7;
}
</style>
background-color css
<style>
a { background-color: #778BD7; }
a { background-color: rgb(119,139,215); }
div.DivClassName
{
background-color: #778BD7;
}
.BgClassName
{
background-color: #778BD7;
}
</style>
border-color css
<style>
span { border-color: #778BD7; }
span { border-color: rgb(119,139,215); }
td.TdClassName
{
border-color: #778BD7;
}
.TagClassName
{
border-color: #778BD7;
}
</style>