Shades of Portage #788CDD
Tints of Portage #788CDD
RGB
CMYK
RGB Variations
Color information
#788CDD (or 0x788CDD) is known color: Portage. HEX triplet: 78, 8C and DD. RGB value is (120,140,221). Sum of RGB (Red+Green+Blue) = 120+140+221=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #788CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788CDD is #877322. Grayscale: #8E8E8E. Windows color (decimal): -8876835 or 14519416. OLE color: 14519416.
HSL color Cylindrical-coordinate representation of color #788CDD: hue angle of 228.12º degrees, saturation: 0.6, 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 #788CDD is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 140 | 221 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.13 |
| HSL | 228.12º | 0.6% | 0.67% | - |
| HSV(B) | 228.12º | 0.46% | 0.87% | - |
| XYZ | 30.17 | 27.97 | 72.21 | - |
| YUV | 143.25 | 171.87 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 140 | 221 | 0.46 | 0.37 | 0 | 0.13 | 228.12 | 0.6 | 0.67 |
| Hex | 78 | 8C | DD | 2E | 25 | 0 | D | E4 | 3C | 43 |
| Octal | 170 | 214 | 335 | 56 | 45 | 0 | 15 | 344 | 74 | 103 |
| Binary | 1111000 | 10001100 | 11011101 | 101110 | 100101 | 0 | 1101 | 11100100 | 111100 | 1000011 |
Color Harmonies of #788CDD
Complementary color
Monochromatic Colors of #788CDD
Black with #788CDD
Text Example
Text Example
White with #788CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788CDD; }
p { color: rgb(120,140,221); }
H1.HeaderClassName
{
color: #788CDD;
}
.AnyTagClassName
{
color: #788CDD;
}
</style>
background-color css
<style>
a { background-color: #788CDD; }
a { background-color: rgb(120,140,221); }
div.DivClassName
{
background-color: #788CDD;
}
.BgClassName
{
background-color: #788CDD;
}
</style>
border-color css
<style>
span { border-color: #788CDD; }
span { border-color: rgb(120,140,221); }
td.TdClassName
{
border-color: #788CDD;
}
.TagClassName
{
border-color: #788CDD;
}
</style>