Shades of Portage #7C84EC
Tints of Portage #7C84EC
RGB
CMYK
RGB Variations
Color information
#7C84EC (or 0x7C84EC) is known color: Portage. HEX triplet: 7C, 84 and EC. RGB value is (124,132,236). Sum of RGB (Red+Green+Blue) = 124+132+236=492 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.20% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #7C84EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C84EC is #837B13. Grayscale: #8D8D8D. Windows color (decimal): -8616724 or 15500412. OLE color: 15500412.
HSL color Cylindrical-coordinate representation of color #7C84EC: hue angle of 235.71º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C84EC is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 132 | 236 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.07 |
| HSL | 235.71º | 0.75% | 0.71% | - |
| HSV(B) | 235.71º | 0.47% | 0.93% | - |
| XYZ | 31.7 | 26.84 | 82.87 | - |
| YUV | 141.46 | 181.35 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 132 | 236 | 0.47 | 0.44 | 0 | 0.07 | 235.71 | 0.75 | 0.71 |
| Hex | 7C | 84 | EC | 2F | 2C | 0 | 7 | EC | 4B | 47 |
| Octal | 174 | 204 | 354 | 57 | 54 | 0 | 7 | 354 | 113 | 107 |
| Binary | 1111100 | 10000100 | 11101100 | 101111 | 101100 | 0 | 111 | 11101100 | 1001011 | 1000111 |
Color Harmonies of #7C84EC
Complementary color
Monochromatic Colors of #7C84EC
Black with #7C84EC
Text Example
Text Example
White with #7C84EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C84EC; }
p { color: rgb(124,132,236); }
H1.HeaderClassName
{
color: #7C84EC;
}
.AnyTagClassName
{
color: #7C84EC;
}
</style>
background-color css
<style>
a { background-color: #7C84EC; }
a { background-color: rgb(124,132,236); }
div.DivClassName
{
background-color: #7C84EC;
}
.BgClassName
{
background-color: #7C84EC;
}
</style>
border-color css
<style>
span { border-color: #7C84EC; }
span { border-color: rgb(124,132,236); }
td.TdClassName
{
border-color: #7C84EC;
}
.TagClassName
{
border-color: #7C84EC;
}
</style>