Shades of Portage #7786E5
Tints of Portage #7786E5
RGB
CMYK
RGB Variations
Color information
#7786E5 (or 0x7786E5) is known color: Portage. HEX triplet: 77, 86 and E5. RGB value is (119,134,229). Sum of RGB (Red+Green+Blue) = 119+134+229=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #7786E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7786E5 is #88791A. Grayscale: #8B8B8B. Windows color (decimal): -8943899 or 15042167. OLE color: 15042167.
HSL color Cylindrical-coordinate representation of color #7786E5: hue angle of 231.82º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7786E5 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 134 | 229 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.10 |
| HSL | 231.82º | 0.68% | 0.68% | - |
| HSV(B) | 231.82º | 0.48% | 0.9% | - |
| XYZ | 30.28 | 26.63 | 77.67 | - |
| YUV | 140.35 | 178.03 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 134 | 229 | 0.48 | 0.41 | 0 | 0.10 | 231.82 | 0.68 | 0.68 |
| Hex | 77 | 86 | E5 | 30 | 29 | 0 | A | E8 | 44 | 44 |
| Octal | 167 | 206 | 345 | 60 | 51 | 0 | 12 | 350 | 104 | 104 |
| Binary | 1110111 | 10000110 | 11100101 | 110000 | 101001 | 0 | 1010 | 11101000 | 1000100 | 1000100 |
Color Harmonies of #7786E5
Complementary color
Monochromatic Colors of #7786E5
Black with #7786E5
Text Example
Text Example
White with #7786E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7786E5; }
p { color: rgb(119,134,229); }
H1.HeaderClassName
{
color: #7786E5;
}
.AnyTagClassName
{
color: #7786E5;
}
</style>
background-color css
<style>
a { background-color: #7786E5; }
a { background-color: rgb(119,134,229); }
div.DivClassName
{
background-color: #7786E5;
}
.BgClassName
{
background-color: #7786E5;
}
</style>
border-color css
<style>
span { border-color: #7786E5; }
span { border-color: rgb(119,134,229); }
td.TdClassName
{
border-color: #7786E5;
}
.TagClassName
{
border-color: #7786E5;
}
</style>