Shades of Portage #7A85EC
Tints of Portage #7A85EC
RGB
CMYK
RGB Variations
Color information
#7A85EC (or 0x7A85EC) is known color: Portage. HEX triplet: 7A, 85 and EC. RGB value is (122,133,236). Sum of RGB (Red+Green+Blue) = 122+133+236=491 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.85% from 491); Green value is 133 (52.34% from 255 or 27.09% 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 #7A85EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A85EC is #857A13. Grayscale: #8D8D8D. Windows color (decimal): -8747540 or 15500666. OLE color: 15500666.
HSL color Cylindrical-coordinate representation of color #7A85EC: hue angle of 234.21º 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 #7A85EC is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 133 | 236 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.07 |
| HSL | 234.21º | 0.75% | 0.7% | - |
| HSV(B) | 234.21º | 0.48% | 0.93% | - |
| XYZ | 31.55 | 26.97 | 82.9 | - |
| YUV | 141.45 | 181.36 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 133 | 236 | 0.48 | 0.44 | 0 | 0.07 | 234.21 | 0.75 | 0.7 |
| Hex | 7A | 85 | EC | 30 | 2C | 0 | 7 | EA | 4B | 46 |
| Octal | 172 | 205 | 354 | 60 | 54 | 0 | 7 | 352 | 113 | 106 |
| Binary | 1111010 | 10000101 | 11101100 | 110000 | 101100 | 0 | 111 | 11101010 | 1001011 | 1000110 |
Color Harmonies of #7A85EC
Complementary color
Monochromatic Colors of #7A85EC
Black with #7A85EC
Text Example
Text Example
White with #7A85EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A85EC; }
p { color: rgb(122,133,236); }
H1.HeaderClassName
{
color: #7A85EC;
}
.AnyTagClassName
{
color: #7A85EC;
}
</style>
background-color css
<style>
a { background-color: #7A85EC; }
a { background-color: rgb(122,133,236); }
div.DivClassName
{
background-color: #7A85EC;
}
.BgClassName
{
background-color: #7A85EC;
}
</style>
border-color css
<style>
span { border-color: #7A85EC; }
span { border-color: rgb(122,133,236); }
td.TdClassName
{
border-color: #7A85EC;
}
.TagClassName
{
border-color: #7A85EC;
}
</style>