Shades of Portage #788ADD
Tints of Portage #788ADD
RGB
CMYK
RGB Variations
Color information
#788ADD (or 0x788ADD) is known color: Portage. HEX triplet: 78, 8A and DD. RGB value is (120,138,221). Sum of RGB (Red+Green+Blue) = 120+138+221=479 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.05% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #788ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788ADD is #877522. Grayscale: #8D8D8D. Windows color (decimal): -8877347 or 14518904. OLE color: 14518904.
HSL color Cylindrical-coordinate representation of color #788ADD: hue angle of 229.31º 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 #788ADD is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 138 | 221 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.13 |
| HSL | 229.31º | 0.6% | 0.67% | - |
| HSV(B) | 229.31º | 0.46% | 0.87% | - |
| XYZ | 29.89 | 27.39 | 72.12 | - |
| YUV | 142.08 | 172.54 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 221 | 0.46 | 0.38 | 0 | 0.13 | 229.31 | 0.6 | 0.67 |
| Hex | 78 | 8A | DD | 2E | 26 | 0 | D | E5 | 3C | 43 |
| Octal | 170 | 212 | 335 | 56 | 46 | 0 | 15 | 345 | 74 | 103 |
| Binary | 1111000 | 10001010 | 11011101 | 101110 | 100110 | 0 | 1101 | 11100101 | 111100 | 1000011 |
Color Harmonies of #788ADD
Complementary color
Monochromatic Colors of #788ADD
Black with #788ADD
Text Example
Text Example
White with #788ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788ADD; }
p { color: rgb(120,138,221); }
H1.HeaderClassName
{
color: #788ADD;
}
.AnyTagClassName
{
color: #788ADD;
}
</style>
background-color css
<style>
a { background-color: #788ADD; }
a { background-color: rgb(120,138,221); }
div.DivClassName
{
background-color: #788ADD;
}
.BgClassName
{
background-color: #788ADD;
}
</style>
border-color css
<style>
span { border-color: #788ADD; }
span { border-color: rgb(120,138,221); }
td.TdClassName
{
border-color: #788ADD;
}
.TagClassName
{
border-color: #788ADD;
}
</style>