Shades of Portage #788EDC
Tints of Portage #788EDC
RGB
CMYK
RGB Variations
Color information
#788EDC (or 0x788EDC) is known color: Portage. HEX triplet: 78, 8E and DC. RGB value is (120,142,220). Sum of RGB (Red+Green+Blue) = 120+142+220=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #788EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788EDC is #877123. Grayscale: #8F8F8F. Windows color (decimal): -8876324 or 14454392. OLE color: 14454392.
HSL color Cylindrical-coordinate representation of color #788EDC: hue angle of 226.8º 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 #788EDC is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 142 | 220 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.14 |
| HSL | 226.8º | 0.59% | 0.67% | - |
| HSV(B) | 226.8º | 0.45% | 0.86% | - |
| XYZ | 30.34 | 28.51 | 71.61 | - |
| YUV | 144.31 | 170.71 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 142 | 220 | 0.45 | 0.35 | 0 | 0.14 | 226.8 | 0.59 | 0.67 |
| Hex | 78 | 8E | DC | 2D | 23 | 0 | E | E3 | 3B | 43 |
| Octal | 170 | 216 | 334 | 55 | 43 | 0 | 16 | 343 | 73 | 103 |
| Binary | 1111000 | 10001110 | 11011100 | 101101 | 100011 | 0 | 1110 | 11100011 | 111011 | 1000011 |
Color Harmonies of #788EDC
Complementary color
Monochromatic Colors of #788EDC
Black with #788EDC
Text Example
Text Example
White with #788EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788EDC; }
p { color: rgb(120,142,220); }
H1.HeaderClassName
{
color: #788EDC;
}
.AnyTagClassName
{
color: #788EDC;
}
</style>
background-color css
<style>
a { background-color: #788EDC; }
a { background-color: rgb(120,142,220); }
div.DivClassName
{
background-color: #788EDC;
}
.BgClassName
{
background-color: #788EDC;
}
</style>
border-color css
<style>
span { border-color: #788EDC; }
span { border-color: rgb(120,142,220); }
td.TdClassName
{
border-color: #788EDC;
}
.TagClassName
{
border-color: #788EDC;
}
</style>