Shades of Portage #788BDE
Tints of Portage #788BDE
RGB
CMYK
RGB Variations
Color information
#788BDE (or 0x788BDE) is known color: Portage. HEX triplet: 78, 8B and DE. RGB value is (120,139,222). Sum of RGB (Red+Green+Blue) = 120+139+222=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #788BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788BDE is #877421. Grayscale: #8E8E8E. Windows color (decimal): -8877090 or 14584696. OLE color: 14584696.
HSL color Cylindrical-coordinate representation of color #788BDE: hue angle of 228.82º degrees, saturation: 0.61, 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 #788BDE is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 139 | 222 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.13 |
| HSL | 228.82º | 0.61% | 0.67% | - |
| HSV(B) | 228.82º | 0.46% | 0.87% | - |
| XYZ | 30.16 | 27.73 | 72.87 | - |
| YUV | 142.78 | 172.71 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 222 | 0.46 | 0.37 | 0 | 0.13 | 228.82 | 0.61 | 0.67 |
| Hex | 78 | 8B | DE | 2E | 25 | 0 | D | E5 | 3D | 43 |
| Octal | 170 | 213 | 336 | 56 | 45 | 0 | 15 | 345 | 75 | 103 |
| Binary | 1111000 | 10001011 | 11011110 | 101110 | 100101 | 0 | 1101 | 11100101 | 111101 | 1000011 |
Color Harmonies of #788BDE
Complementary color
Monochromatic Colors of #788BDE
Black with #788BDE
Text Example
Text Example
White with #788BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788BDE; }
p { color: rgb(120,139,222); }
H1.HeaderClassName
{
color: #788BDE;
}
.AnyTagClassName
{
color: #788BDE;
}
</style>
background-color css
<style>
a { background-color: #788BDE; }
a { background-color: rgb(120,139,222); }
div.DivClassName
{
background-color: #788BDE;
}
.BgClassName
{
background-color: #788BDE;
}
</style>
border-color css
<style>
span { border-color: #788BDE; }
span { border-color: rgb(120,139,222); }
td.TdClassName
{
border-color: #788BDE;
}
.TagClassName
{
border-color: #788BDE;
}
</style>