Shades of Portage #7784E7
Tints of Portage #7784E7
RGB
CMYK
RGB Variations
Color information
#7784E7 (or 0x7784E7) is known color: Portage. HEX triplet: 77, 84 and E7. RGB value is (119,132,231). Sum of RGB (Red+Green+Blue) = 119+132+231=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 231 (90.62% from 255 or 47.93% from 482); Max value from RGB is 231 - color contains mainly: blue. Hex color #7784E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7784E7 is #887B18. Grayscale: #8A8A8A. Windows color (decimal): -8944409 or 15172727. OLE color: 15172727.
HSL color Cylindrical-coordinate representation of color #7784E7: hue angle of 233.04º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7784E7 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 132 | 231 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.09 |
| HSL | 233.04º | 0.7% | 0.69% | - |
| HSV(B) | 233.04º | 0.48% | 0.91% | - |
| XYZ | 30.28 | 26.19 | 79.06 | - |
| YUV | 139.4 | 179.69 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 132 | 231 | 0.48 | 0.43 | 0 | 0.09 | 233.04 | 0.7 | 0.69 |
| Hex | 77 | 84 | E7 | 30 | 2B | 0 | 9 | E9 | 46 | 45 |
| Octal | 167 | 204 | 347 | 60 | 53 | 0 | 11 | 351 | 106 | 105 |
| Binary | 1110111 | 10000100 | 11100111 | 110000 | 101011 | 0 | 1001 | 11101001 | 1000110 | 1000101 |
Color Harmonies of #7784E7
Complementary color
Monochromatic Colors of #7784E7
Black with #7784E7
Text Example
Text Example
White with #7784E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7784E7; }
p { color: rgb(119,132,231); }
H1.HeaderClassName
{
color: #7784E7;
}
.AnyTagClassName
{
color: #7784E7;
}
</style>
background-color css
<style>
a { background-color: #7784E7; }
a { background-color: rgb(119,132,231); }
div.DivClassName
{
background-color: #7784E7;
}
.BgClassName
{
background-color: #7784E7;
}
</style>
border-color css
<style>
span { border-color: #7784E7; }
span { border-color: rgb(119,132,231); }
td.TdClassName
{
border-color: #7784E7;
}
.TagClassName
{
border-color: #7784E7;
}
</style>