Shades of Portage #778ED7
Tints of Portage #778ED7
RGB
CMYK
RGB Variations
Color information
#778ED7 (or 0x778ED7) is known color: Portage. HEX triplet: 77, 8E and D7. RGB value is (119,142,215). Sum of RGB (Red+Green+Blue) = 119+142+215=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 215 (84.38% from 255 or 45.17% from 476); Max value from RGB is 215 - color contains mainly: blue. Hex color #778ED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778ED7 is #887128. Grayscale: #8F8F8F. Windows color (decimal): -8941865 or 14126711. OLE color: 14126711.
HSL color Cylindrical-coordinate representation of color #778ED7: hue angle of 225.62º 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 #778ED7 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 142 | 215 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.16 |
| HSL | 225.63º | 0.55% | 0.65% | - |
| HSV(B) | 225.63º | 0.45% | 0.84% | - |
| XYZ | 29.55 | 28.17 | 68.17 | - |
| YUV | 143.45 | 168.38 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 142 | 215 | 0.45 | 0.34 | 0 | 0.16 | 225.63 | 0.55 | 0.65 |
| Hex | 77 | 8E | D7 | 2D | 22 | 0 | 10 | E2 | 37 | 41 |
| Octal | 167 | 216 | 327 | 55 | 42 | 0 | 20 | 342 | 67 | 101 |
| Binary | 1110111 | 10001110 | 11010111 | 101101 | 100010 | 0 | 10000 | 11100010 | 110111 | 1000001 |
Color Harmonies of #778ED7
Complementary color
Monochromatic Colors of #778ED7
Black with #778ED7
Text Example
Text Example
White with #778ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778ED7; }
p { color: rgb(119,142,215); }
H1.HeaderClassName
{
color: #778ED7;
}
.AnyTagClassName
{
color: #778ED7;
}
</style>
background-color css
<style>
a { background-color: #778ED7; }
a { background-color: rgb(119,142,215); }
div.DivClassName
{
background-color: #778ED7;
}
.BgClassName
{
background-color: #778ED7;
}
</style>
border-color css
<style>
span { border-color: #778ED7; }
span { border-color: rgb(119,142,215); }
td.TdClassName
{
border-color: #778ED7;
}
.TagClassName
{
border-color: #778ED7;
}
</style>