Shades of Portage #788BD3
Tints of Portage #788BD3
RGB
CMYK
RGB Variations
Color information
#788BD3 (or 0x788BD3) is known color: Portage. HEX triplet: 78, 8B and D3. RGB value is (120,139,211). Sum of RGB (Red+Green+Blue) = 120+139+211=470 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.53% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 211 (82.81% from 255 or 44.89% from 470); Max value from RGB is 211 - color contains mainly: blue. Hex color #788BD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788BD3 is #87742C. Grayscale: #8D8D8D. Windows color (decimal): -8877101 or 13863800. OLE color: 13863800.
HSL color Cylindrical-coordinate representation of color #788BD3: hue angle of 227.47º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #788BD3 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 120 | 139 | 211 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.17 |
| HSL | 227.47º | 0.51% | 0.65% | - |
| HSV(B) | 227.47º | 0.43% | 0.83% | - |
| XYZ | 28.74 | 27.16 | 65.36 | - |
| YUV | 141.53 | 167.21 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 211 | 0.43 | 0.34 | 0 | 0.17 | 227.47 | 0.51 | 0.65 |
| Hex | 78 | 8B | D3 | 2B | 22 | 0 | 11 | E3 | 33 | 41 |
| Octal | 170 | 213 | 323 | 53 | 42 | 0 | 21 | 343 | 63 | 101 |
| Binary | 1111000 | 10001011 | 11010011 | 101011 | 100010 | 0 | 10001 | 11100011 | 110011 | 1000001 |
Color Harmonies of #788BD3
Complementary color
Monochromatic Colors of #788BD3
Black with #788BD3
Text Example
Text Example
White with #788BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788BD3; }
p { color: rgb(120,139,211); }
H1.HeaderClassName
{
color: #788BD3;
}
.AnyTagClassName
{
color: #788BD3;
}
</style>
background-color css
<style>
a { background-color: #788BD3; }
a { background-color: rgb(120,139,211); }
div.DivClassName
{
background-color: #788BD3;
}
.BgClassName
{
background-color: #788BD3;
}
</style>
border-color css
<style>
span { border-color: #788BD3; }
span { border-color: rgb(120,139,211); }
td.TdClassName
{
border-color: #788BD3;
}
.TagClassName
{
border-color: #788BD3;
}
</style>