Shades of Portage #7796D7
Tints of Portage #7796D7
RGB
CMYK
RGB Variations
Color information
#7796D7 (or 0x7796D7) is known color: Portage. HEX triplet: 77, 96 and D7. RGB value is (119,150,215). Sum of RGB (Red+Green+Blue) = 119+150+215=484 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.59% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 215 - color contains mainly: blue. Hex color #7796D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7796D7 is #886928. Grayscale: #939393. Windows color (decimal): -8939817 or 14128759. OLE color: 14128759.
HSL color Cylindrical-coordinate representation of color #7796D7: hue angle of 220.62º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7796D7 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 150 | 215 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.16 |
| HSL | 220.63º | 0.55% | 0.65% | - |
| HSV(B) | 220.63º | 0.45% | 0.84% | - |
| XYZ | 30.78 | 30.64 | 68.58 | - |
| YUV | 148.14 | 165.73 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 150 | 215 | 0.45 | 0.30 | 0 | 0.16 | 220.63 | 0.55 | 0.65 |
| Hex | 77 | 96 | D7 | 2D | 1E | 0 | 10 | DD | 37 | 41 |
| Octal | 167 | 226 | 327 | 55 | 36 | 0 | 20 | 335 | 67 | 101 |
| Binary | 1110111 | 10010110 | 11010111 | 101101 | 11110 | 0 | 10000 | 11011101 | 110111 | 1000001 |
Color Harmonies of #7796D7
Complementary color
Monochromatic Colors of #7796D7
Black with #7796D7
Text Example
Text Example
White with #7796D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7796D7; }
p { color: rgb(119,150,215); }
H1.HeaderClassName
{
color: #7796D7;
}
.AnyTagClassName
{
color: #7796D7;
}
</style>
background-color css
<style>
a { background-color: #7796D7; }
a { background-color: rgb(119,150,215); }
div.DivClassName
{
background-color: #7796D7;
}
.BgClassName
{
background-color: #7796D7;
}
</style>
border-color css
<style>
span { border-color: #7796D7; }
span { border-color: rgb(119,150,215); }
td.TdClassName
{
border-color: #7796D7;
}
.TagClassName
{
border-color: #7796D7;
}
</style>