Shades of Portage #788FD2
Tints of Portage #788FD2
RGB
CMYK
RGB Variations
Color information
#788FD2 (or 0x788FD2) is known color: Portage. HEX triplet: 78, 8F and D2. RGB value is (120,143,210). Sum of RGB (Red+Green+Blue) = 120+143+210=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 210 (82.42% from 255 or 44.40% from 473); Max value from RGB is 210 - color contains mainly: blue. Hex color #788FD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788FD2 is #87702D. Grayscale: #8F8F8F. Windows color (decimal): -8876078 or 13799288. OLE color: 13799288.
HSL color Cylindrical-coordinate representation of color #788FD2: hue angle of 224.67º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #788FD2 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 143 | 210 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.18 |
| HSL | 224.67º | 0.5% | 0.65% | - |
| HSV(B) | 224.67º | 0.43% | 0.82% | - |
| XYZ | 29.2 | 28.29 | 64.89 | - |
| YUV | 143.76 | 165.38 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 210 | 0.43 | 0.32 | 0 | 0.18 | 224.67 | 0.5 | 0.65 |
| Hex | 78 | 8F | D2 | 2B | 20 | 0 | 12 | E1 | 32 | 41 |
| Octal | 170 | 217 | 322 | 53 | 40 | 0 | 22 | 341 | 62 | 101 |
| Binary | 1111000 | 10001111 | 11010010 | 101011 | 100000 | 0 | 10010 | 11100001 | 110010 | 1000001 |
Color Harmonies of #788FD2
Complementary color
Monochromatic Colors of #788FD2
Black with #788FD2
Text Example
Text Example
White with #788FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788FD2; }
p { color: rgb(120,143,210); }
H1.HeaderClassName
{
color: #788FD2;
}
.AnyTagClassName
{
color: #788FD2;
}
</style>
background-color css
<style>
a { background-color: #788FD2; }
a { background-color: rgb(120,143,210); }
div.DivClassName
{
background-color: #788FD2;
}
.BgClassName
{
background-color: #788FD2;
}
</style>
border-color css
<style>
span { border-color: #788FD2; }
span { border-color: rgb(120,143,210); }
td.TdClassName
{
border-color: #788FD2;
}
.TagClassName
{
border-color: #788FD2;
}
</style>