Shades of Portage #788ED6
Tints of Portage #788ED6
RGB
CMYK
RGB Variations
Color information
#788ED6 (or 0x788ED6) is known color: Portage. HEX triplet: 78, 8E and D6. RGB value is (120,142,214). Sum of RGB (Red+Green+Blue) = 120+142+214=476 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.21% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 214 - color contains mainly: blue. Hex color #788ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788ED6 is #877129. Grayscale: #8F8F8F. Windows color (decimal): -8876330 or 14061176. OLE color: 14061176.
HSL color Cylindrical-coordinate representation of color #788ED6: hue angle of 225.96º 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 #788ED6 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 142 | 214 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.16 |
| HSL | 225.96º | 0.53% | 0.65% | - |
| HSV(B) | 225.96º | 0.44% | 0.84% | - |
| XYZ | 29.56 | 28.19 | 67.5 | - |
| YUV | 143.63 | 167.71 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 142 | 214 | 0.44 | 0.34 | 0 | 0.16 | 225.96 | 0.53 | 0.65 |
| Hex | 78 | 8E | D6 | 2C | 22 | 0 | 10 | E2 | 35 | 41 |
| Octal | 170 | 216 | 326 | 54 | 42 | 0 | 20 | 342 | 65 | 101 |
| Binary | 1111000 | 10001110 | 11010110 | 101100 | 100010 | 0 | 10000 | 11100010 | 110101 | 1000001 |
Color Harmonies of #788ED6
Complementary color
Monochromatic Colors of #788ED6
Black with #788ED6
Text Example
Text Example
White with #788ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788ED6; }
p { color: rgb(120,142,214); }
H1.HeaderClassName
{
color: #788ED6;
}
.AnyTagClassName
{
color: #788ED6;
}
</style>
background-color css
<style>
a { background-color: #788ED6; }
a { background-color: rgb(120,142,214); }
div.DivClassName
{
background-color: #788ED6;
}
.BgClassName
{
background-color: #788ED6;
}
</style>
border-color css
<style>
span { border-color: #788ED6; }
span { border-color: rgb(120,142,214); }
td.TdClassName
{
border-color: #788ED6;
}
.TagClassName
{
border-color: #788ED6;
}
</style>