Shades of Portage #778BDB
Tints of Portage #778BDB
RGB
CMYK
RGB Variations
Color information
#778BDB (or 0x778BDB) is known color: Portage. HEX triplet: 77, 8B and DB. RGB value is (119,139,219). Sum of RGB (Red+Green+Blue) = 119+139+219=477 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.95% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #778BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BDB is #887424. Grayscale: #8D8D8D. Windows color (decimal): -8942629 or 14388087. OLE color: 14388087.
HSL color Cylindrical-coordinate representation of color #778BDB: hue angle of 228º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #778BDB is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 139 | 219 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.14 |
| HSL | 228º | 0.58% | 0.66% | - |
| HSV(B) | 228º | 0.46% | 0.86% | - |
| XYZ | 29.63 | 27.5 | 70.76 | - |
| YUV | 142.14 | 171.37 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 219 | 0.46 | 0.37 | 0 | 0.14 | 228 | 0.58 | 0.66 |
| Hex | 77 | 8B | DB | 2E | 25 | 0 | E | E4 | 3A | 42 |
| Octal | 167 | 213 | 333 | 56 | 45 | 0 | 16 | 344 | 72 | 102 |
| Binary | 1110111 | 10001011 | 11011011 | 101110 | 100101 | 0 | 1110 | 11100100 | 111010 | 1000010 |
Color Harmonies of #778BDB
Complementary color
Monochromatic Colors of #778BDB
Black with #778BDB
Text Example
Text Example
White with #778BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778BDB; }
p { color: rgb(119,139,219); }
H1.HeaderClassName
{
color: #778BDB;
}
.AnyTagClassName
{
color: #778BDB;
}
</style>
background-color css
<style>
a { background-color: #778BDB; }
a { background-color: rgb(119,139,219); }
div.DivClassName
{
background-color: #778BDB;
}
.BgClassName
{
background-color: #778BDB;
}
</style>
border-color css
<style>
span { border-color: #778BDB; }
span { border-color: rgb(119,139,219); }
td.TdClassName
{
border-color: #778BDB;
}
.TagClassName
{
border-color: #778BDB;
}
</style>