Shades of Portage #7792DC
Tints of Portage #7792DC
RGB
CMYK
RGB Variations
Color information
#7792DC (or 0x7792DC) is known color: Portage. HEX triplet: 77, 92 and DC. RGB value is (119,146,220). Sum of RGB (Red+Green+Blue) = 119+146+220=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #7792DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7792DC is #886D23. Grayscale: #929292. Windows color (decimal): -8940836 or 14455415. OLE color: 14455415.
HSL color Cylindrical-coordinate representation of color #7792DC: hue angle of 223.96º 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 #7792DC is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 146 | 220 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.14 |
| HSL | 223.96º | 0.59% | 0.66% | - |
| HSV(B) | 223.96º | 0.46% | 0.86% | - |
| XYZ | 30.8 | 29.65 | 71.81 | - |
| YUV | 146.36 | 169.55 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 146 | 220 | 0.46 | 0.34 | 0 | 0.14 | 223.96 | 0.59 | 0.66 |
| Hex | 77 | 92 | DC | 2E | 22 | 0 | E | E0 | 3B | 42 |
| Octal | 167 | 222 | 334 | 56 | 42 | 0 | 16 | 340 | 73 | 102 |
| Binary | 1110111 | 10010010 | 11011100 | 101110 | 100010 | 0 | 1110 | 11100000 | 111011 | 1000010 |
Color Harmonies of #7792DC
Complementary color
Monochromatic Colors of #7792DC
Black with #7792DC
Text Example
Text Example
White with #7792DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7792DC; }
p { color: rgb(119,146,220); }
H1.HeaderClassName
{
color: #7792DC;
}
.AnyTagClassName
{
color: #7792DC;
}
</style>
background-color css
<style>
a { background-color: #7792DC; }
a { background-color: rgb(119,146,220); }
div.DivClassName
{
background-color: #7792DC;
}
.BgClassName
{
background-color: #7792DC;
}
</style>
border-color css
<style>
span { border-color: #7792DC; }
span { border-color: rgb(119,146,220); }
td.TdClassName
{
border-color: #7792DC;
}
.TagClassName
{
border-color: #7792DC;
}
</style>