Shades of Portage #7782DB
Tints of Portage #7782DB
RGB
CMYK
RGB Variations
Color information
#7782DB (or 0x7782DB) is known color: Portage. HEX triplet: 77, 82 and DB. RGB value is (119,130,219). Sum of RGB (Red+Green+Blue) = 119+130+219=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #7782DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7782DB is #887D24. Grayscale: #888888. Windows color (decimal): -8944933 or 14385783. OLE color: 14385783.
HSL color Cylindrical-coordinate representation of color #7782DB: hue angle of 233.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 #7782DB is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 130 | 219 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.14 |
| HSL | 233.4º | 0.58% | 0.66% | - |
| HSV(B) | 233.4º | 0.46% | 0.86% | - |
| XYZ | 28.38 | 25 | 70.35 | - |
| YUV | 136.86 | 174.36 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 219 | 0.46 | 0.41 | 0 | 0.14 | 233.4 | 0.58 | 0.66 |
| Hex | 77 | 82 | DB | 2E | 29 | 0 | E | E9 | 3A | 42 |
| Octal | 167 | 202 | 333 | 56 | 51 | 0 | 16 | 351 | 72 | 102 |
| Binary | 1110111 | 10000010 | 11011011 | 101110 | 101001 | 0 | 1110 | 11101001 | 111010 | 1000010 |
Color Harmonies of #7782DB
Complementary color
Monochromatic Colors of #7782DB
Black with #7782DB
Text Example
Text Example
White with #7782DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7782DB; }
p { color: rgb(119,130,219); }
H1.HeaderClassName
{
color: #7782DB;
}
.AnyTagClassName
{
color: #7782DB;
}
</style>
background-color css
<style>
a { background-color: #7782DB; }
a { background-color: rgb(119,130,219); }
div.DivClassName
{
background-color: #7782DB;
}
.BgClassName
{
background-color: #7782DB;
}
</style>
border-color css
<style>
span { border-color: #7782DB; }
span { border-color: rgb(119,130,219); }
td.TdClassName
{
border-color: #7782DB;
}
.TagClassName
{
border-color: #7782DB;
}
</style>