Shades of Portage #7E99EC
Tints of Portage #7E99EC
RGB
CMYK
RGB Variations
Color information
#7E99EC (or 0x7E99EC) is known color: Portage. HEX triplet: 7E, 99 and EC. RGB value is (126,153,236). Sum of RGB (Red+Green+Blue) = 126+153+236=515 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.47% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #7E99EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E99EC is #816613. Grayscale: #9A9A9A. Windows color (decimal): -8480276 or 15505790. OLE color: 15505790.
HSL color Cylindrical-coordinate representation of color #7E99EC: hue angle of 225.27º degrees, saturation: 0.74, 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 #7E99EC is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 153 | 236 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.07 |
| HSL | 225.27º | 0.74% | 0.71% | - |
| HSV(B) | 225.27º | 0.47% | 0.93% | - |
| XYZ | 35.14 | 33.27 | 83.93 | - |
| YUV | 154.39 | 174.05 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 153 | 236 | 0.47 | 0.35 | 0 | 0.07 | 225.27 | 0.74 | 0.71 |
| Hex | 7E | 99 | EC | 2F | 23 | 0 | 7 | E1 | 4A | 47 |
| Octal | 176 | 231 | 354 | 57 | 43 | 0 | 7 | 341 | 112 | 107 |
| Binary | 1111110 | 10011001 | 11101100 | 101111 | 100011 | 0 | 111 | 11100001 | 1001010 | 1000111 |
Color Harmonies of #7E99EC
Complementary color
Monochromatic Colors of #7E99EC
Black with #7E99EC
Text Example
Text Example
White with #7E99EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E99EC; }
p { color: rgb(126,153,236); }
H1.HeaderClassName
{
color: #7E99EC;
}
.AnyTagClassName
{
color: #7E99EC;
}
</style>
background-color css
<style>
a { background-color: #7E99EC; }
a { background-color: rgb(126,153,236); }
div.DivClassName
{
background-color: #7E99EC;
}
.BgClassName
{
background-color: #7E99EC;
}
</style>
border-color css
<style>
span { border-color: #7E99EC; }
span { border-color: rgb(126,153,236); }
td.TdClassName
{
border-color: #7E99EC;
}
.TagClassName
{
border-color: #7E99EC;
}
</style>