Shades of Portage #788ED3
Tints of Portage #788ED3
RGB
CMYK
RGB Variations
Color information
#788ED3 (or 0x788ED3) is known color: Portage. HEX triplet: 78, 8E and D3. RGB value is (120,142,211). Sum of RGB (Red+Green+Blue) = 120+142+211=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 211 (82.81% from 255 or 44.61% from 473); Max value from RGB is 211 - color contains mainly: blue. Hex color #788ED3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788ED3 is #87712C. Grayscale: #8E8E8E. Windows color (decimal): -8876333 or 13864568. OLE color: 13864568.
HSL color Cylindrical-coordinate representation of color #788ED3: hue angle of 225.49º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #788ED3 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 120 | 142 | 211 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.17 |
| HSL | 225.49º | 0.51% | 0.65% | - |
| HSV(B) | 225.49º | 0.43% | 0.83% | - |
| XYZ | 29.18 | 28.04 | 65.5 | - |
| YUV | 143.29 | 166.21 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 142 | 211 | 0.43 | 0.33 | 0 | 0.17 | 225.49 | 0.51 | 0.65 |
| Hex | 78 | 8E | D3 | 2B | 21 | 0 | 11 | E1 | 33 | 41 |
| Octal | 170 | 216 | 323 | 53 | 41 | 0 | 21 | 341 | 63 | 101 |
| Binary | 1111000 | 10001110 | 11010011 | 101011 | 100001 | 0 | 10001 | 11100001 | 110011 | 1000001 |
Color Harmonies of #788ED3
Complementary color
Monochromatic Colors of #788ED3
Black with #788ED3
Text Example
Text Example
White with #788ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788ED3; }
p { color: rgb(120,142,211); }
H1.HeaderClassName
{
color: #788ED3;
}
.AnyTagClassName
{
color: #788ED3;
}
</style>
background-color css
<style>
a { background-color: #788ED3; }
a { background-color: rgb(120,142,211); }
div.DivClassName
{
background-color: #788ED3;
}
.BgClassName
{
background-color: #788ED3;
}
</style>
border-color css
<style>
span { border-color: #788ED3; }
span { border-color: rgb(120,142,211); }
td.TdClassName
{
border-color: #788ED3;
}
.TagClassName
{
border-color: #788ED3;
}
</style>