Shades of Portage #7E99EF
Tints of Portage #7E99EF
RGB
CMYK
RGB Variations
Color information
#7E99EF (or 0x7E99EF) is known color: Portage. HEX triplet: 7E, 99 and EF. RGB value is (126,153,239). Sum of RGB (Red+Green+Blue) = 126+153+239=518 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.32% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #7E99EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E99EF is #816610. Grayscale: #9A9A9A. Windows color (decimal): -8480273 or 15702398. OLE color: 15702398.
HSL color Cylindrical-coordinate representation of color #7E99EF: hue angle of 225.66º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E99EF is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 153 | 239 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.06 |
| HSL | 225.66º | 0.78% | 0.72% | - |
| HSV(B) | 225.66º | 0.47% | 0.94% | - |
| XYZ | 35.58 | 33.45 | 86.24 | - |
| YUV | 154.73 | 175.55 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 153 | 239 | 0.47 | 0.36 | 0 | 0.06 | 225.66 | 0.78 | 0.72 |
| Hex | 7E | 99 | EF | 2F | 24 | 0 | 6 | E2 | 4E | 48 |
| Octal | 176 | 231 | 357 | 57 | 44 | 0 | 6 | 342 | 116 | 110 |
| Binary | 1111110 | 10011001 | 11101111 | 101111 | 100100 | 0 | 110 | 11100010 | 1001110 | 1001000 |
Color Harmonies of #7E99EF
Complementary color
Monochromatic Colors of #7E99EF
Black with #7E99EF
Text Example
Text Example
White with #7E99EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E99EF; }
p { color: rgb(126,153,239); }
H1.HeaderClassName
{
color: #7E99EF;
}
.AnyTagClassName
{
color: #7E99EF;
}
</style>
background-color css
<style>
a { background-color: #7E99EF; }
a { background-color: rgb(126,153,239); }
div.DivClassName
{
background-color: #7E99EF;
}
.BgClassName
{
background-color: #7E99EF;
}
</style>
border-color css
<style>
span { border-color: #7E99EF; }
span { border-color: rgb(126,153,239); }
td.TdClassName
{
border-color: #7E99EF;
}
.TagClassName
{
border-color: #7E99EF;
}
</style>