Shades of Portage #7894DC
Tints of Portage #7894DC
RGB
CMYK
RGB Variations
Color information
#7894DC (or 0x7894DC) is known color: Portage. HEX triplet: 78, 94 and DC. RGB value is (120,148,220). Sum of RGB (Red+Green+Blue) = 120+148+220=488 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.59% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #7894DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7894DC is #876B23. Grayscale: #939393. Windows color (decimal): -8874788 or 14455928. OLE color: 14455928.
HSL color Cylindrical-coordinate representation of color #7894DC: hue angle of 223.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7894DC is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 148 | 220 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.14 |
| HSL | 223.2º | 0.59% | 0.67% | - |
| HSV(B) | 223.2º | 0.45% | 0.86% | - |
| XYZ | 31.25 | 30.34 | 71.92 | - |
| YUV | 147.84 | 168.72 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 148 | 220 | 0.45 | 0.33 | 0 | 0.14 | 223.2 | 0.59 | 0.67 |
| Hex | 78 | 94 | DC | 2D | 21 | 0 | E | DF | 3B | 43 |
| Octal | 170 | 224 | 334 | 55 | 41 | 0 | 16 | 337 | 73 | 103 |
| Binary | 1111000 | 10010100 | 11011100 | 101101 | 100001 | 0 | 1110 | 11011111 | 111011 | 1000011 |
Color Harmonies of #7894DC
Complementary color
Monochromatic Colors of #7894DC
Black with #7894DC
Text Example
Text Example
White with #7894DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7894DC; }
p { color: rgb(120,148,220); }
H1.HeaderClassName
{
color: #7894DC;
}
.AnyTagClassName
{
color: #7894DC;
}
</style>
background-color css
<style>
a { background-color: #7894DC; }
a { background-color: rgb(120,148,220); }
div.DivClassName
{
background-color: #7894DC;
}
.BgClassName
{
background-color: #7894DC;
}
</style>
border-color css
<style>
span { border-color: #7894DC; }
span { border-color: rgb(120,148,220); }
td.TdClassName
{
border-color: #7894DC;
}
.TagClassName
{
border-color: #7894DC;
}
</style>