Shades of Portage #7794DC
Tints of Portage #7794DC
RGB
CMYK
RGB Variations
Color information
#7794DC (or 0x7794DC) is known color: Portage. HEX triplet: 77, 94 and DC. RGB value is (119,148,220). Sum of RGB (Red+Green+Blue) = 119+148+220=487 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.44% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #7794DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7794DC is #886B23. Grayscale: #939393. Windows color (decimal): -8940324 or 14455927. OLE color: 14455927.
HSL color Cylindrical-coordinate representation of color #7794DC: hue angle of 222.77º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7794DC is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 148 | 220 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.14 |
| HSL | 222.77º | 0.59% | 0.66% | - |
| HSV(B) | 222.77º | 0.46% | 0.86% | - |
| XYZ | 31.12 | 30.27 | 71.91 | - |
| YUV | 147.54 | 168.89 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 148 | 220 | 0.46 | 0.33 | 0 | 0.14 | 222.77 | 0.59 | 0.66 |
| Hex | 77 | 94 | DC | 2E | 21 | 0 | E | DF | 3B | 42 |
| Octal | 167 | 224 | 334 | 56 | 41 | 0 | 16 | 337 | 73 | 102 |
| Binary | 1110111 | 10010100 | 11011100 | 101110 | 100001 | 0 | 1110 | 11011111 | 111011 | 1000010 |
Color Harmonies of #7794DC
Complementary color
Monochromatic Colors of #7794DC
Black with #7794DC
Text Example
Text Example
White with #7794DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7794DC; }
p { color: rgb(119,148,220); }
H1.HeaderClassName
{
color: #7794DC;
}
.AnyTagClassName
{
color: #7794DC;
}
</style>
background-color css
<style>
a { background-color: #7794DC; }
a { background-color: rgb(119,148,220); }
div.DivClassName
{
background-color: #7794DC;
}
.BgClassName
{
background-color: #7794DC;
}
</style>
border-color css
<style>
span { border-color: #7794DC; }
span { border-color: rgb(119,148,220); }
td.TdClassName
{
border-color: #7794DC;
}
.TagClassName
{
border-color: #7794DC;
}
</style>