Shades of Portage #778EDD
Tints of Portage #778EDD
RGB
CMYK
RGB Variations
Color information
#778EDD (or 0x778EDD) is known color: Portage. HEX triplet: 77, 8E and DD. RGB value is (119,142,221). Sum of RGB (Red+Green+Blue) = 119+142+221=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #778EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778EDD is #887122. Grayscale: #8F8F8F. Windows color (decimal): -8941859 or 14519927. OLE color: 14519927.
HSL color Cylindrical-coordinate representation of color #778EDD: hue angle of 226.47º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #778EDD is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 142 | 221 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.13 |
| HSL | 226.47º | 0.6% | 0.67% | - |
| HSV(B) | 226.47º | 0.46% | 0.87% | - |
| XYZ | 30.33 | 28.49 | 72.31 | - |
| YUV | 144.13 | 171.38 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 142 | 221 | 0.46 | 0.36 | 0 | 0.13 | 226.47 | 0.6 | 0.67 |
| Hex | 77 | 8E | DD | 2E | 24 | 0 | D | E2 | 3C | 43 |
| Octal | 167 | 216 | 335 | 56 | 44 | 0 | 15 | 342 | 74 | 103 |
| Binary | 1110111 | 10001110 | 11011101 | 101110 | 100100 | 0 | 1101 | 11100010 | 111100 | 1000011 |
Color Harmonies of #778EDD
Complementary color
Monochromatic Colors of #778EDD
Black with #778EDD
Text Example
Text Example
White with #778EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778EDD; }
p { color: rgb(119,142,221); }
H1.HeaderClassName
{
color: #778EDD;
}
.AnyTagClassName
{
color: #778EDD;
}
</style>
background-color css
<style>
a { background-color: #778EDD; }
a { background-color: rgb(119,142,221); }
div.DivClassName
{
background-color: #778EDD;
}
.BgClassName
{
background-color: #778EDD;
}
</style>
border-color css
<style>
span { border-color: #778EDD; }
span { border-color: rgb(119,142,221); }
td.TdClassName
{
border-color: #778EDD;
}
.TagClassName
{
border-color: #778EDD;
}
</style>