Shades of Portage #7790DC
Tints of Portage #7790DC
RGB
CMYK
RGB Variations
Color information
#7790DC (or 0x7790DC) is known color: Portage. HEX triplet: 77, 90 and DC. RGB value is (119,144,220). Sum of RGB (Red+Green+Blue) = 119+144+220=483 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.64% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #7790DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7790DC is #886F23. Grayscale: #909090. Windows color (decimal): -8941348 or 14454903. OLE color: 14454903.
HSL color Cylindrical-coordinate representation of color #7790DC: hue angle of 225.15º 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 #7790DC is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 144 | 220 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.14 |
| HSL | 225.15º | 0.59% | 0.66% | - |
| HSV(B) | 225.15º | 0.46% | 0.86% | - |
| XYZ | 30.5 | 29.04 | 71.71 | - |
| YUV | 145.19 | 170.22 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 144 | 220 | 0.46 | 0.35 | 0 | 0.14 | 225.15 | 0.59 | 0.66 |
| Hex | 77 | 90 | DC | 2E | 23 | 0 | E | E1 | 3B | 42 |
| Octal | 167 | 220 | 334 | 56 | 43 | 0 | 16 | 341 | 73 | 102 |
| Binary | 1110111 | 10010000 | 11011100 | 101110 | 100011 | 0 | 1110 | 11100001 | 111011 | 1000010 |
Color Harmonies of #7790DC
Complementary color
Monochromatic Colors of #7790DC
Black with #7790DC
Text Example
Text Example
White with #7790DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7790DC; }
p { color: rgb(119,144,220); }
H1.HeaderClassName
{
color: #7790DC;
}
.AnyTagClassName
{
color: #7790DC;
}
</style>
background-color css
<style>
a { background-color: #7790DC; }
a { background-color: rgb(119,144,220); }
div.DivClassName
{
background-color: #7790DC;
}
.BgClassName
{
background-color: #7790DC;
}
</style>
border-color css
<style>
span { border-color: #7790DC; }
span { border-color: rgb(119,144,220); }
td.TdClassName
{
border-color: #7790DC;
}
.TagClassName
{
border-color: #7790DC;
}
</style>