Shades of Portage #778DD4
Tints of Portage #778DD4
RGB
CMYK
RGB Variations
Color information
#778DD4 (or 0x778DD4) is known color: Portage. HEX triplet: 77, 8D and D4. RGB value is (119,141,212). Sum of RGB (Red+Green+Blue) = 119+141+212=472 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.21% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 212 - color contains mainly: blue. Hex color #778DD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778DD4 is #88722B. Grayscale: #8E8E8E. Windows color (decimal): -8942124 or 13929847. OLE color: 13929847.
HSL color Cylindrical-coordinate representation of color #778DD4: hue angle of 225.81º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #778DD4 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 141 | 212 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.17 |
| HSL | 225.81º | 0.52% | 0.65% | - |
| HSV(B) | 225.81º | 0.44% | 0.83% | - |
| XYZ | 29.02 | 27.73 | 66.11 | - |
| YUV | 142.52 | 167.21 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 141 | 212 | 0.44 | 0.33 | 0 | 0.17 | 225.81 | 0.52 | 0.65 |
| Hex | 77 | 8D | D4 | 2C | 21 | 0 | 11 | E2 | 34 | 41 |
| Octal | 167 | 215 | 324 | 54 | 41 | 0 | 21 | 342 | 64 | 101 |
| Binary | 1110111 | 10001101 | 11010100 | 101100 | 100001 | 0 | 10001 | 11100010 | 110100 | 1000001 |
Color Harmonies of #778DD4
Complementary color
Monochromatic Colors of #778DD4
Black with #778DD4
Text Example
Text Example
White with #778DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778DD4; }
p { color: rgb(119,141,212); }
H1.HeaderClassName
{
color: #778DD4;
}
.AnyTagClassName
{
color: #778DD4;
}
</style>
background-color css
<style>
a { background-color: #778DD4; }
a { background-color: rgb(119,141,212); }
div.DivClassName
{
background-color: #778DD4;
}
.BgClassName
{
background-color: #778DD4;
}
</style>
border-color css
<style>
span { border-color: #778DD4; }
span { border-color: rgb(119,141,212); }
td.TdClassName
{
border-color: #778DD4;
}
.TagClassName
{
border-color: #778DD4;
}
</style>