Shades of Portage #788DD6
Tints of Portage #788DD6
RGB
CMYK
RGB Variations
Color information
#788DD6 (or 0x788DD6) is known color: Portage. HEX triplet: 78, 8D and D6. RGB value is (120,141,214). Sum of RGB (Red+Green+Blue) = 120+141+214=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 214 - color contains mainly: blue. Hex color #788DD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788DD6 is #877229. Grayscale: #8E8E8E. Windows color (decimal): -8876586 or 14060920. OLE color: 14060920.
HSL color Cylindrical-coordinate representation of color #788DD6: hue angle of 226.6º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #788DD6 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 141 | 214 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.16 |
| HSL | 226.6º | 0.53% | 0.65% | - |
| HSV(B) | 226.6º | 0.44% | 0.84% | - |
| XYZ | 29.41 | 27.9 | 67.45 | - |
| YUV | 143.04 | 168.04 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 214 | 0.44 | 0.34 | 0 | 0.16 | 226.6 | 0.53 | 0.65 |
| Hex | 78 | 8D | D6 | 2C | 22 | 0 | 10 | E3 | 35 | 41 |
| Octal | 170 | 215 | 326 | 54 | 42 | 0 | 20 | 343 | 65 | 101 |
| Binary | 1111000 | 10001101 | 11010110 | 101100 | 100010 | 0 | 10000 | 11100011 | 110101 | 1000001 |
Color Harmonies of #788DD6
Complementary color
Monochromatic Colors of #788DD6
Black with #788DD6
Text Example
Text Example
White with #788DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788DD6; }
p { color: rgb(120,141,214); }
H1.HeaderClassName
{
color: #788DD6;
}
.AnyTagClassName
{
color: #788DD6;
}
</style>
background-color css
<style>
a { background-color: #788DD6; }
a { background-color: rgb(120,141,214); }
div.DivClassName
{
background-color: #788DD6;
}
.BgClassName
{
background-color: #788DD6;
}
</style>
border-color css
<style>
span { border-color: #788DD6; }
span { border-color: rgb(120,141,214); }
td.TdClassName
{
border-color: #788DD6;
}
.TagClassName
{
border-color: #788DD6;
}
</style>