Shades of Portage #7782E2
Tints of Portage #7782E2
RGB
CMYK
RGB Variations
Color information
#7782E2 (or 0x7782E2) is known color: Portage. HEX triplet: 77, 82 and E2. RGB value is (119,130,226). Sum of RGB (Red+Green+Blue) = 119+130+226=475 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.05% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 226 (88.67% from 255 or 47.58% from 475); Max value from RGB is 226 - color contains mainly: blue. Hex color #7782E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7782E2 is #887D1D. Grayscale: #898989. Windows color (decimal): -8944926 or 14844535. OLE color: 14844535.
HSL color Cylindrical-coordinate representation of color #7782E2: hue angle of 233.83º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7782E2 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 130 | 226 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.11 |
| HSL | 233.83º | 0.65% | 0.68% | - |
| HSV(B) | 233.83º | 0.47% | 0.89% | - |
| XYZ | 29.32 | 25.38 | 75.3 | - |
| YUV | 137.66 | 177.86 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 226 | 0.47 | 0.42 | 0 | 0.11 | 233.83 | 0.65 | 0.68 |
| Hex | 77 | 82 | E2 | 2F | 2A | 0 | B | EA | 41 | 44 |
| Octal | 167 | 202 | 342 | 57 | 52 | 0 | 13 | 352 | 101 | 104 |
| Binary | 1110111 | 10000010 | 11100010 | 101111 | 101010 | 0 | 1011 | 11101010 | 1000001 | 1000100 |
Color Harmonies of #7782E2
Complementary color
Monochromatic Colors of #7782E2
Black with #7782E2
Text Example
Text Example
White with #7782E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7782E2; }
p { color: rgb(119,130,226); }
H1.HeaderClassName
{
color: #7782E2;
}
.AnyTagClassName
{
color: #7782E2;
}
</style>
background-color css
<style>
a { background-color: #7782E2; }
a { background-color: rgb(119,130,226); }
div.DivClassName
{
background-color: #7782E2;
}
.BgClassName
{
background-color: #7782E2;
}
</style>
border-color css
<style>
span { border-color: #7782E2; }
span { border-color: rgb(119,130,226); }
td.TdClassName
{
border-color: #7782E2;
}
.TagClassName
{
border-color: #7782E2;
}
</style>