Shades of Portage #7B84EC
Tints of Portage #7B84EC
RGB
CMYK
RGB Variations
Color information
#7B84EC (or 0x7B84EC) is known color: Portage. HEX triplet: 7B, 84 and EC. RGB value is (123,132,236). Sum of RGB (Red+Green+Blue) = 123+132+236=491 (65% of max value = 765). Red value is 123 (48.44% from 255 or 25.05% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B84EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B84EC is #847B13. Grayscale: #8C8C8C. Windows color (decimal): -8682260 or 15500411. OLE color: 15500411.
HSL color Cylindrical-coordinate representation of color #7B84EC: hue angle of 235.22º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B84EC is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 132 | 236 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.07 |
| HSL | 235.22º | 0.75% | 0.7% | - |
| HSV(B) | 235.22º | 0.48% | 0.93% | - |
| XYZ | 31.56 | 26.77 | 82.86 | - |
| YUV | 141.17 | 181.52 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 132 | 236 | 0.48 | 0.44 | 0 | 0.07 | 235.22 | 0.75 | 0.7 |
| Hex | 7B | 84 | EC | 30 | 2C | 0 | 7 | EB | 4B | 46 |
| Octal | 173 | 204 | 354 | 60 | 54 | 0 | 7 | 353 | 113 | 106 |
| Binary | 1111011 | 10000100 | 11101100 | 110000 | 101100 | 0 | 111 | 11101011 | 1001011 | 1000110 |
Color Harmonies of #7B84EC
Complementary color
Monochromatic Colors of #7B84EC
Black with #7B84EC
Text Example
Text Example
White with #7B84EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B84EC; }
p { color: rgb(123,132,236); }
H1.HeaderClassName
{
color: #7B84EC;
}
.AnyTagClassName
{
color: #7B84EC;
}
</style>
background-color css
<style>
a { background-color: #7B84EC; }
a { background-color: rgb(123,132,236); }
div.DivClassName
{
background-color: #7B84EC;
}
.BgClassName
{
background-color: #7B84EC;
}
</style>
border-color css
<style>
span { border-color: #7B84EC; }
span { border-color: rgb(123,132,236); }
td.TdClassName
{
border-color: #7B84EC;
}
.TagClassName
{
border-color: #7B84EC;
}
</style>