Shades of Portage #7796DB
Tints of Portage #7796DB
RGB
CMYK
RGB Variations
Color information
#7796DB (or 0x7796DB) is known color: Portage. HEX triplet: 77, 96 and DB. RGB value is (119,150,219). Sum of RGB (Red+Green+Blue) = 119+150+219=488 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.39% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #7796DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7796DB is #886924. Grayscale: #949494. Windows color (decimal): -8939813 or 14390903. OLE color: 14390903.
HSL color Cylindrical-coordinate representation of color #7796DB: hue angle of 221.4º degrees, saturation: 0.58, 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 #7796DB is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 150 | 219 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.14 |
| HSL | 221.4º | 0.58% | 0.66% | - |
| HSV(B) | 221.4º | 0.46% | 0.86% | - |
| XYZ | 31.3 | 30.85 | 71.32 | - |
| YUV | 148.6 | 167.73 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 150 | 219 | 0.46 | 0.32 | 0 | 0.14 | 221.4 | 0.58 | 0.66 |
| Hex | 77 | 96 | DB | 2E | 20 | 0 | E | DD | 3A | 42 |
| Octal | 167 | 226 | 333 | 56 | 40 | 0 | 16 | 335 | 72 | 102 |
| Binary | 1110111 | 10010110 | 11011011 | 101110 | 100000 | 0 | 1110 | 11011101 | 111010 | 1000010 |
Color Harmonies of #7796DB
Complementary color
Monochromatic Colors of #7796DB
Black with #7796DB
Text Example
Text Example
White with #7796DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7796DB; }
p { color: rgb(119,150,219); }
H1.HeaderClassName
{
color: #7796DB;
}
.AnyTagClassName
{
color: #7796DB;
}
</style>
background-color css
<style>
a { background-color: #7796DB; }
a { background-color: rgb(119,150,219); }
div.DivClassName
{
background-color: #7796DB;
}
.BgClassName
{
background-color: #7796DB;
}
</style>
border-color css
<style>
span { border-color: #7796DB; }
span { border-color: rgb(119,150,219); }
td.TdClassName
{
border-color: #7796DB;
}
.TagClassName
{
border-color: #7796DB;
}
</style>