Shades of Portage #778ED5
Tints of Portage #778ED5
RGB
CMYK
RGB Variations
Color information
#778ED5 (or 0x778ED5) is known color: Portage. HEX triplet: 77, 8E and D5. RGB value is (119,142,213). Sum of RGB (Red+Green+Blue) = 119+142+213=474 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.11% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 213 - color contains mainly: blue. Hex color #778ED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778ED5 is #88712A. Grayscale: #8E8E8E. Windows color (decimal): -8941867 or 13995639. OLE color: 13995639.
HSL color Cylindrical-coordinate representation of color #778ED5: hue angle of 225.32º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #778ED5 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 142 | 213 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.16 |
| HSL | 225.32º | 0.53% | 0.65% | - |
| HSV(B) | 225.32º | 0.44% | 0.84% | - |
| XYZ | 29.29 | 28.07 | 66.83 | - |
| YUV | 143.22 | 167.38 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 142 | 213 | 0.44 | 0.33 | 0 | 0.16 | 225.32 | 0.53 | 0.65 |
| Hex | 77 | 8E | D5 | 2C | 21 | 0 | 10 | E1 | 35 | 41 |
| Octal | 167 | 216 | 325 | 54 | 41 | 0 | 20 | 341 | 65 | 101 |
| Binary | 1110111 | 10001110 | 11010101 | 101100 | 100001 | 0 | 10000 | 11100001 | 110101 | 1000001 |
Color Harmonies of #778ED5
Complementary color
Monochromatic Colors of #778ED5
Black with #778ED5
Text Example
Text Example
White with #778ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778ED5; }
p { color: rgb(119,142,213); }
H1.HeaderClassName
{
color: #778ED5;
}
.AnyTagClassName
{
color: #778ED5;
}
</style>
background-color css
<style>
a { background-color: #778ED5; }
a { background-color: rgb(119,142,213); }
div.DivClassName
{
background-color: #778ED5;
}
.BgClassName
{
background-color: #778ED5;
}
</style>
border-color css
<style>
span { border-color: #778ED5; }
span { border-color: rgb(119,142,213); }
td.TdClassName
{
border-color: #778ED5;
}
.TagClassName
{
border-color: #778ED5;
}
</style>