Shades of Portage #778EE3
Tints of Portage #778EE3
RGB
CMYK
RGB Variations
Color information
#778EE3 (or 0x778EE3) is known color: Portage. HEX triplet: 77, 8E and E3. RGB value is (119,142,227). Sum of RGB (Red+Green+Blue) = 119+142+227=488 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.39% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 227 (89.06% from 255 or 46.52% from 488); Max value from RGB is 227 - color contains mainly: blue. Hex color #778EE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778EE3 is #88711C. Grayscale: #909090. Windows color (decimal): -8941853 or 14913143. OLE color: 14913143.
HSL color Cylindrical-coordinate representation of color #778EE3: hue angle of 227.22º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #778EE3 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 142 | 227 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.11 |
| HSL | 227.22º | 0.66% | 0.68% | - |
| HSV(B) | 227.22º | 0.48% | 0.89% | - |
| XYZ | 31.15 | 28.81 | 76.59 | - |
| YUV | 144.81 | 174.38 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 142 | 227 | 0.48 | 0.37 | 0 | 0.11 | 227.22 | 0.66 | 0.68 |
| Hex | 77 | 8E | E3 | 30 | 25 | 0 | B | E3 | 42 | 44 |
| Octal | 167 | 216 | 343 | 60 | 45 | 0 | 13 | 343 | 102 | 104 |
| Binary | 1110111 | 10001110 | 11100011 | 110000 | 100101 | 0 | 1011 | 11100011 | 1000010 | 1000100 |
Color Harmonies of #778EE3
Complementary color
Monochromatic Colors of #778EE3
Black with #778EE3
Text Example
Text Example
White with #778EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778EE3; }
p { color: rgb(119,142,227); }
H1.HeaderClassName
{
color: #778EE3;
}
.AnyTagClassName
{
color: #778EE3;
}
</style>
background-color css
<style>
a { background-color: #778EE3; }
a { background-color: rgb(119,142,227); }
div.DivClassName
{
background-color: #778EE3;
}
.BgClassName
{
background-color: #778EE3;
}
</style>
border-color css
<style>
span { border-color: #778EE3; }
span { border-color: rgb(119,142,227); }
td.TdClassName
{
border-color: #778EE3;
}
.TagClassName
{
border-color: #778EE3;
}
</style>