Shades of Portage #788AD6
Tints of Portage #788AD6
RGB
CMYK
RGB Variations
Color information
#788AD6 (or 0x788AD6) is known color: Portage. HEX triplet: 78, 8A and D6. RGB value is (120,138,214). Sum of RGB (Red+Green+Blue) = 120+138+214=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #788AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788AD6 is #877529. Grayscale: #8C8C8C. Windows color (decimal): -8877354 or 14060152. OLE color: 14060152.
HSL color Cylindrical-coordinate representation of color #788AD6: hue angle of 228.51º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #788AD6 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 138 | 214 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.16 |
| HSL | 228.51º | 0.53% | 0.65% | - |
| HSV(B) | 228.51º | 0.44% | 0.84% | - |
| XYZ | 28.97 | 27.03 | 67.31 | - |
| YUV | 141.28 | 169.04 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 214 | 0.44 | 0.36 | 0 | 0.16 | 228.51 | 0.53 | 0.65 |
| Hex | 78 | 8A | D6 | 2C | 24 | 0 | 10 | E5 | 35 | 41 |
| Octal | 170 | 212 | 326 | 54 | 44 | 0 | 20 | 345 | 65 | 101 |
| Binary | 1111000 | 10001010 | 11010110 | 101100 | 100100 | 0 | 10000 | 11100101 | 110101 | 1000001 |
Color Harmonies of #788AD6
Complementary color
Monochromatic Colors of #788AD6
Black with #788AD6
Text Example
Text Example
White with #788AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788AD6; }
p { color: rgb(120,138,214); }
H1.HeaderClassName
{
color: #788AD6;
}
.AnyTagClassName
{
color: #788AD6;
}
</style>
background-color css
<style>
a { background-color: #788AD6; }
a { background-color: rgb(120,138,214); }
div.DivClassName
{
background-color: #788AD6;
}
.BgClassName
{
background-color: #788AD6;
}
</style>
border-color css
<style>
span { border-color: #788AD6; }
span { border-color: rgb(120,138,214); }
td.TdClassName
{
border-color: #788AD6;
}
.TagClassName
{
border-color: #788AD6;
}
</style>