Shades of Portage #7C90EC
Tints of Portage #7C90EC
RGB
CMYK
RGB Variations
Color information
#7C90EC (or 0x7C90EC) is known color: Portage. HEX triplet: 7C, 90 and EC. RGB value is (124,144,236). Sum of RGB (Red+Green+Blue) = 124+144+236=504 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.60% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #7C90EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C90EC is #836F13. Grayscale: #949494. Windows color (decimal): -8613652 or 15503484. OLE color: 15503484.
HSL color Cylindrical-coordinate representation of color #7C90EC: hue angle of 229.29º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C90EC is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 144 | 236 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.07 |
| HSL | 229.29º | 0.75% | 0.71% | - |
| HSV(B) | 229.29º | 0.47% | 0.93% | - |
| XYZ | 33.43 | 30.29 | 83.44 | - |
| YUV | 148.51 | 177.37 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 144 | 236 | 0.47 | 0.39 | 0 | 0.07 | 229.29 | 0.75 | 0.71 |
| Hex | 7C | 90 | EC | 2F | 27 | 0 | 7 | E5 | 4B | 47 |
| Octal | 174 | 220 | 354 | 57 | 47 | 0 | 7 | 345 | 113 | 107 |
| Binary | 1111100 | 10010000 | 11101100 | 101111 | 100111 | 0 | 111 | 11100101 | 1001011 | 1000111 |
Color Harmonies of #7C90EC
Complementary color
Monochromatic Colors of #7C90EC
Black with #7C90EC
Text Example
Text Example
White with #7C90EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C90EC; }
p { color: rgb(124,144,236); }
H1.HeaderClassName
{
color: #7C90EC;
}
.AnyTagClassName
{
color: #7C90EC;
}
</style>
background-color css
<style>
a { background-color: #7C90EC; }
a { background-color: rgb(124,144,236); }
div.DivClassName
{
background-color: #7C90EC;
}
.BgClassName
{
background-color: #7C90EC;
}
</style>
border-color css
<style>
span { border-color: #7C90EC; }
span { border-color: rgb(124,144,236); }
td.TdClassName
{
border-color: #7C90EC;
}
.TagClassName
{
border-color: #7C90EC;
}
</style>