Shades of Portage #7894DD
Tints of Portage #7894DD
RGB
CMYK
RGB Variations
Color information
#7894DD (or 0x7894DD) is known color: Portage. HEX triplet: 78, 94 and DD. RGB value is (120,148,221). Sum of RGB (Red+Green+Blue) = 120+148+221=489 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.54% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #7894DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7894DD is #876B22. Grayscale: #939393. Windows color (decimal): -8874787 or 14521464. OLE color: 14521464.
HSL color Cylindrical-coordinate representation of color #7894DD: hue angle of 223.37º 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 #7894DD is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 148 | 221 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.13 |
| HSL | 223.37º | 0.6% | 0.67% | - |
| HSV(B) | 223.37º | 0.46% | 0.87% | - |
| XYZ | 31.39 | 30.39 | 72.62 | - |
| YUV | 147.95 | 169.22 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 148 | 221 | 0.46 | 0.33 | 0 | 0.13 | 223.37 | 0.6 | 0.67 |
| Hex | 78 | 94 | DD | 2E | 21 | 0 | D | DF | 3C | 43 |
| Octal | 170 | 224 | 335 | 56 | 41 | 0 | 15 | 337 | 74 | 103 |
| Binary | 1111000 | 10010100 | 11011101 | 101110 | 100001 | 0 | 1101 | 11011111 | 111100 | 1000011 |
Color Harmonies of #7894DD
Complementary color
Monochromatic Colors of #7894DD
Black with #7894DD
Text Example
Text Example
White with #7894DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7894DD; }
p { color: rgb(120,148,221); }
H1.HeaderClassName
{
color: #7894DD;
}
.AnyTagClassName
{
color: #7894DD;
}
</style>
background-color css
<style>
a { background-color: #7894DD; }
a { background-color: rgb(120,148,221); }
div.DivClassName
{
background-color: #7894DD;
}
.BgClassName
{
background-color: #7894DD;
}
</style>
border-color css
<style>
span { border-color: #7894DD; }
span { border-color: rgb(120,148,221); }
td.TdClassName
{
border-color: #7894DD;
}
.TagClassName
{
border-color: #7894DD;
}
</style>