Shades of Portage #788DDC
Tints of Portage #788DDC
RGB
CMYK
RGB Variations
Color information
#788DDC (or 0x788DDC) is known color: Portage. HEX triplet: 78, 8D and DC. RGB value is (120,141,220). Sum of RGB (Red+Green+Blue) = 120+141+220=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #788DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788DDC is #877223. Grayscale: #8F8F8F. Windows color (decimal): -8876580 or 14454136. OLE color: 14454136.
HSL color Cylindrical-coordinate representation of color #788DDC: hue angle of 227.4º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #788DDC is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 141 | 220 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.14 |
| HSL | 227.4º | 0.59% | 0.67% | - |
| HSV(B) | 227.4º | 0.45% | 0.86% | - |
| XYZ | 30.19 | 28.21 | 71.56 | - |
| YUV | 143.73 | 171.04 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 220 | 0.45 | 0.36 | 0 | 0.14 | 227.4 | 0.59 | 0.67 |
| Hex | 78 | 8D | DC | 2D | 24 | 0 | E | E3 | 3B | 43 |
| Octal | 170 | 215 | 334 | 55 | 44 | 0 | 16 | 343 | 73 | 103 |
| Binary | 1111000 | 10001101 | 11011100 | 101101 | 100100 | 0 | 1110 | 11100011 | 111011 | 1000011 |
Color Harmonies of #788DDC
Complementary color
Monochromatic Colors of #788DDC
Black with #788DDC
Text Example
Text Example
White with #788DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788DDC; }
p { color: rgb(120,141,220); }
H1.HeaderClassName
{
color: #788DDC;
}
.AnyTagClassName
{
color: #788DDC;
}
</style>
background-color css
<style>
a { background-color: #788DDC; }
a { background-color: rgb(120,141,220); }
div.DivClassName
{
background-color: #788DDC;
}
.BgClassName
{
background-color: #788DDC;
}
</style>
border-color css
<style>
span { border-color: #788DDC; }
span { border-color: rgb(120,141,220); }
td.TdClassName
{
border-color: #788DDC;
}
.TagClassName
{
border-color: #788DDC;
}
</style>