Shades of Portage #778CDB
Tints of Portage #778CDB
RGB
CMYK
RGB Variations
Color information
#778CDB (or 0x778CDB) is known color: Portage. HEX triplet: 77, 8C and DB. RGB value is (119,140,219). Sum of RGB (Red+Green+Blue) = 119+140+219=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #778CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CDB is #887324. Grayscale: #8E8E8E. Windows color (decimal): -8942373 or 14388343. OLE color: 14388343.
HSL color Cylindrical-coordinate representation of color #778CDB: hue angle of 227.4º 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 #778CDB is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 140 | 219 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.14 |
| HSL | 227.4º | 0.58% | 0.66% | - |
| HSV(B) | 227.4º | 0.46% | 0.86% | - |
| XYZ | 29.77 | 27.79 | 70.81 | - |
| YUV | 142.73 | 171.04 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 219 | 0.46 | 0.36 | 0 | 0.14 | 227.4 | 0.58 | 0.66 |
| Hex | 77 | 8C | DB | 2E | 24 | 0 | E | E3 | 3A | 42 |
| Octal | 167 | 214 | 333 | 56 | 44 | 0 | 16 | 343 | 72 | 102 |
| Binary | 1110111 | 10001100 | 11011011 | 101110 | 100100 | 0 | 1110 | 11100011 | 111010 | 1000010 |
Color Harmonies of #778CDB
Complementary color
Monochromatic Colors of #778CDB
Black with #778CDB
Text Example
Text Example
White with #778CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778CDB; }
p { color: rgb(119,140,219); }
H1.HeaderClassName
{
color: #778CDB;
}
.AnyTagClassName
{
color: #778CDB;
}
</style>
background-color css
<style>
a { background-color: #778CDB; }
a { background-color: rgb(119,140,219); }
div.DivClassName
{
background-color: #778CDB;
}
.BgClassName
{
background-color: #778CDB;
}
</style>
border-color css
<style>
span { border-color: #778CDB; }
span { border-color: rgb(119,140,219); }
td.TdClassName
{
border-color: #778CDB;
}
.TagClassName
{
border-color: #778CDB;
}
</style>