Shades of Portage #788DDB
Tints of Portage #788DDB
RGB
CMYK
RGB Variations
Color information
#788DDB (or 0x788DDB) is known color: Portage. HEX triplet: 78, 8D and DB. RGB value is (120,141,219). Sum of RGB (Red+Green+Blue) = 120+141+219=480 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #788DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788DDB is #877224. Grayscale: #8F8F8F. Windows color (decimal): -8876581 or 14388600. OLE color: 14388600.
HSL color Cylindrical-coordinate representation of color #788DDB: hue angle of 227.27º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #788DDB is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 141 | 219 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.14 |
| HSL | 227.27º | 0.58% | 0.66% | - |
| HSV(B) | 227.27º | 0.45% | 0.86% | - |
| XYZ | 30.06 | 28.16 | 70.87 | - |
| YUV | 143.61 | 170.54 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 219 | 0.45 | 0.36 | 0 | 0.14 | 227.27 | 0.58 | 0.66 |
| Hex | 78 | 8D | DB | 2D | 24 | 0 | E | E3 | 3A | 42 |
| Octal | 170 | 215 | 333 | 55 | 44 | 0 | 16 | 343 | 72 | 102 |
| Binary | 1111000 | 10001101 | 11011011 | 101101 | 100100 | 0 | 1110 | 11100011 | 111010 | 1000010 |
Color Harmonies of #788DDB
Complementary color
Monochromatic Colors of #788DDB
Black with #788DDB
Text Example
Text Example
White with #788DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788DDB; }
p { color: rgb(120,141,219); }
H1.HeaderClassName
{
color: #788DDB;
}
.AnyTagClassName
{
color: #788DDB;
}
</style>
background-color css
<style>
a { background-color: #788DDB; }
a { background-color: rgb(120,141,219); }
div.DivClassName
{
background-color: #788DDB;
}
.BgClassName
{
background-color: #788DDB;
}
</style>
border-color css
<style>
span { border-color: #788DDB; }
span { border-color: rgb(120,141,219); }
td.TdClassName
{
border-color: #788DDB;
}
.TagClassName
{
border-color: #788DDB;
}
</style>