Shades of Portage #7C90E5
Tints of Portage #7C90E5
RGB
CMYK
RGB Variations
Color information
#7C90E5 (or 0x7C90E5) is known color: Portage. HEX triplet: 7C, 90 and E5. RGB value is (124,144,229). Sum of RGB (Red+Green+Blue) = 124+144+229=497 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.95% from 497); Green value is 144 (56.64% from 255 or 28.97% 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 #7C90E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C90E5 is #836F1A. Grayscale: #939393. Windows color (decimal): -8613659 or 15044732. OLE color: 15044732.
HSL color Cylindrical-coordinate representation of color #7C90E5: hue angle of 228.57º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C90E5 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 144 | 229 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.10 |
| HSL | 228.57º | 0.67% | 0.69% | - |
| HSV(B) | 228.57º | 0.46% | 0.9% | - |
| XYZ | 32.43 | 29.89 | 78.19 | - |
| YUV | 147.71 | 173.87 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 144 | 229 | 0.46 | 0.37 | 0 | 0.10 | 228.57 | 0.67 | 0.69 |
| Hex | 7C | 90 | E5 | 2E | 25 | 0 | A | E5 | 43 | 45 |
| Octal | 174 | 220 | 345 | 56 | 45 | 0 | 12 | 345 | 103 | 105 |
| Binary | 1111100 | 10010000 | 11100101 | 101110 | 100101 | 0 | 1010 | 11100101 | 1000011 | 1000101 |
Color Harmonies of #7C90E5
Complementary color
Monochromatic Colors of #7C90E5
Black with #7C90E5
Text Example
Text Example
White with #7C90E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C90E5; }
p { color: rgb(124,144,229); }
H1.HeaderClassName
{
color: #7C90E5;
}
.AnyTagClassName
{
color: #7C90E5;
}
</style>
background-color css
<style>
a { background-color: #7C90E5; }
a { background-color: rgb(124,144,229); }
div.DivClassName
{
background-color: #7C90E5;
}
.BgClassName
{
background-color: #7C90E5;
}
</style>
border-color css
<style>
span { border-color: #7C90E5; }
span { border-color: rgb(124,144,229); }
td.TdClassName
{
border-color: #7C90E5;
}
.TagClassName
{
border-color: #7C90E5;
}
</style>