Shades of Portage #7890D6
Tints of Portage #7890D6
RGB
CMYK
RGB Variations
Color information
#7890D6 (or 0x7890D6) is known color: Portage. HEX triplet: 78, 90 and D6. RGB value is (120,144,214). Sum of RGB (Red+Green+Blue) = 120+144+214=478 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.10% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 214 (83.98% from 255 or 44.77% from 478); Max value from RGB is 214 - color contains mainly: blue. Hex color #7890D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7890D6 is #876F29. Grayscale: #909090. Windows color (decimal): -8875818 or 14061688. OLE color: 14061688.
HSL color Cylindrical-coordinate representation of color #7890D6: hue angle of 224.68º 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 #7890D6 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 144 | 214 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.16 |
| HSL | 224.68º | 0.53% | 0.65% | - |
| HSV(B) | 224.68º | 0.44% | 0.84% | - |
| XYZ | 29.86 | 28.79 | 67.6 | - |
| YUV | 144.8 | 167.05 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 214 | 0.44 | 0.33 | 0 | 0.16 | 224.68 | 0.53 | 0.65 |
| Hex | 78 | 90 | D6 | 2C | 21 | 0 | 10 | E1 | 35 | 41 |
| Octal | 170 | 220 | 326 | 54 | 41 | 0 | 20 | 341 | 65 | 101 |
| Binary | 1111000 | 10010000 | 11010110 | 101100 | 100001 | 0 | 10000 | 11100001 | 110101 | 1000001 |
Color Harmonies of #7890D6
Complementary color
Monochromatic Colors of #7890D6
Black with #7890D6
Text Example
Text Example
White with #7890D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7890D6; }
p { color: rgb(120,144,214); }
H1.HeaderClassName
{
color: #7890D6;
}
.AnyTagClassName
{
color: #7890D6;
}
</style>
background-color css
<style>
a { background-color: #7890D6; }
a { background-color: rgb(120,144,214); }
div.DivClassName
{
background-color: #7890D6;
}
.BgClassName
{
background-color: #7890D6;
}
</style>
border-color css
<style>
span { border-color: #7890D6; }
span { border-color: rgb(120,144,214); }
td.TdClassName
{
border-color: #7890D6;
}
.TagClassName
{
border-color: #7890D6;
}
</style>