Shades of Portage #788EDF
Tints of Portage #788EDF
RGB
CMYK
RGB Variations
Color information
#788EDF (or 0x788EDF) is known color: Portage. HEX triplet: 78, 8E and DF. RGB value is (120,142,223). Sum of RGB (Red+Green+Blue) = 120+142+223=485 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.74% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #788EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788EDF is #877120. Grayscale: #909090. Windows color (decimal): -8876321 or 14651000. OLE color: 14651000.
HSL color Cylindrical-coordinate representation of color #788EDF: hue angle of 227.18º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #788EDF is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 142 | 223 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.13 |
| HSL | 227.18º | 0.62% | 0.67% | - |
| HSV(B) | 227.18º | 0.46% | 0.87% | - |
| XYZ | 30.74 | 28.67 | 73.73 | - |
| YUV | 144.66 | 172.21 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 142 | 223 | 0.46 | 0.36 | 0 | 0.13 | 227.18 | 0.62 | 0.67 |
| Hex | 78 | 8E | DF | 2E | 24 | 0 | D | E3 | 3E | 43 |
| Octal | 170 | 216 | 337 | 56 | 44 | 0 | 15 | 343 | 76 | 103 |
| Binary | 1111000 | 10001110 | 11011111 | 101110 | 100100 | 0 | 1101 | 11100011 | 111110 | 1000011 |
Color Harmonies of #788EDF
Complementary color
Monochromatic Colors of #788EDF
Black with #788EDF
Text Example
Text Example
White with #788EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788EDF; }
p { color: rgb(120,142,223); }
H1.HeaderClassName
{
color: #788EDF;
}
.AnyTagClassName
{
color: #788EDF;
}
</style>
background-color css
<style>
a { background-color: #788EDF; }
a { background-color: rgb(120,142,223); }
div.DivClassName
{
background-color: #788EDF;
}
.BgClassName
{
background-color: #788EDF;
}
</style>
border-color css
<style>
span { border-color: #788EDF; }
span { border-color: rgb(120,142,223); }
td.TdClassName
{
border-color: #788EDF;
}
.TagClassName
{
border-color: #788EDF;
}
</style>