Shades of Portage #7A84EC
Tints of Portage #7A84EC
RGB
CMYK
RGB Variations
Color information
#7A84EC (or 0x7A84EC) is known color: Portage. HEX triplet: 7A, 84 and EC. RGB value is (122,132,236). Sum of RGB (Red+Green+Blue) = 122+132+236=490 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.90% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A84EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A84EC is #857B13. Grayscale: #8C8C8C. Windows color (decimal): -8747796 or 15500410. OLE color: 15500410.
HSL color Cylindrical-coordinate representation of color #7A84EC: hue angle of 234.74º 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 #7A84EC is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 132 | 236 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.07 |
| HSL | 234.74º | 0.75% | 0.7% | - |
| HSV(B) | 234.74º | 0.48% | 0.93% | - |
| XYZ | 31.42 | 26.7 | 82.85 | - |
| YUV | 140.87 | 181.69 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 132 | 236 | 0.48 | 0.44 | 0 | 0.07 | 234.74 | 0.75 | 0.7 |
| Hex | 7A | 84 | EC | 30 | 2C | 0 | 7 | EB | 4B | 46 |
| Octal | 172 | 204 | 354 | 60 | 54 | 0 | 7 | 353 | 113 | 106 |
| Binary | 1111010 | 10000100 | 11101100 | 110000 | 101100 | 0 | 111 | 11101011 | 1001011 | 1000110 |
Color Harmonies of #7A84EC
Complementary color
Monochromatic Colors of #7A84EC
Black with #7A84EC
Text Example
Text Example
White with #7A84EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A84EC; }
p { color: rgb(122,132,236); }
H1.HeaderClassName
{
color: #7A84EC;
}
.AnyTagClassName
{
color: #7A84EC;
}
</style>
background-color css
<style>
a { background-color: #7A84EC; }
a { background-color: rgb(122,132,236); }
div.DivClassName
{
background-color: #7A84EC;
}
.BgClassName
{
background-color: #7A84EC;
}
</style>
border-color css
<style>
span { border-color: #7A84EC; }
span { border-color: rgb(122,132,236); }
td.TdClassName
{
border-color: #7A84EC;
}
.TagClassName
{
border-color: #7A84EC;
}
</style>