Shades of Portage #7A92E5
Tints of Portage #7A92E5
RGB
CMYK
RGB Variations
Color information
#7A92E5 (or 0x7A92E5) is known color: Portage. HEX triplet: 7A, 92 and E5. RGB value is (122,146,229). Sum of RGB (Red+Green+Blue) = 122+146+229=497 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.55% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #7A92E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A92E5 is #856D1A. Grayscale: #939393. Windows color (decimal): -8744219 or 15045242. OLE color: 15045242.
HSL color Cylindrical-coordinate representation of color #7A92E5: hue angle of 226.54º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A92E5 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 146 | 229 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.10 |
| HSL | 226.54º | 0.67% | 0.69% | - |
| HSV(B) | 226.54º | 0.47% | 0.9% | - |
| XYZ | 32.45 | 30.35 | 78.28 | - |
| YUV | 148.29 | 173.55 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 146 | 229 | 0.47 | 0.36 | 0 | 0.10 | 226.54 | 0.67 | 0.69 |
| Hex | 7A | 92 | E5 | 2F | 24 | 0 | A | E3 | 43 | 45 |
| Octal | 172 | 222 | 345 | 57 | 44 | 0 | 12 | 343 | 103 | 105 |
| Binary | 1111010 | 10010010 | 11100101 | 101111 | 100100 | 0 | 1010 | 11100011 | 1000011 | 1000101 |
Color Harmonies of #7A92E5
Complementary color
Monochromatic Colors of #7A92E5
Black with #7A92E5
Text Example
Text Example
White with #7A92E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A92E5; }
p { color: rgb(122,146,229); }
H1.HeaderClassName
{
color: #7A92E5;
}
.AnyTagClassName
{
color: #7A92E5;
}
</style>
background-color css
<style>
a { background-color: #7A92E5; }
a { background-color: rgb(122,146,229); }
div.DivClassName
{
background-color: #7A92E5;
}
.BgClassName
{
background-color: #7A92E5;
}
</style>
border-color css
<style>
span { border-color: #7A92E5; }
span { border-color: rgb(122,146,229); }
td.TdClassName
{
border-color: #7A92E5;
}
.TagClassName
{
border-color: #7A92E5;
}
</style>