Shades of Portage #7E88EF
Tints of Portage #7E88EF
RGB
CMYK
RGB Variations
Color information
#7E88EF (or 0x7E88EF) is known color: Portage. HEX triplet: 7E, 88 and EF. RGB value is (126,136,239). Sum of RGB (Red+Green+Blue) = 126+136+239=501 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.15% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #7E88EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E88EF is #817710. Grayscale: #909090. Windows color (decimal): -8484625 or 15698046. OLE color: 15698046.
HSL color Cylindrical-coordinate representation of color #7E88EF: hue angle of 234.69º 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 #7E88EF is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 136 | 239 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.06 |
| HSL | 234.69º | 0.78% | 0.72% | - |
| HSV(B) | 234.69º | 0.47% | 0.94% | - |
| XYZ | 32.99 | 28.28 | 85.38 | - |
| YUV | 144.75 | 181.19 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 136 | 239 | 0.47 | 0.43 | 0 | 0.06 | 234.69 | 0.78 | 0.72 |
| Hex | 7E | 88 | EF | 2F | 2B | 0 | 6 | EB | 4E | 48 |
| Octal | 176 | 210 | 357 | 57 | 53 | 0 | 6 | 353 | 116 | 110 |
| Binary | 1111110 | 10001000 | 11101111 | 101111 | 101011 | 0 | 110 | 11101011 | 1001110 | 1001000 |
Color Harmonies of #7E88EF
Complementary color
Monochromatic Colors of #7E88EF
Black with #7E88EF
Text Example
Text Example
White with #7E88EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E88EF; }
p { color: rgb(126,136,239); }
H1.HeaderClassName
{
color: #7E88EF;
}
.AnyTagClassName
{
color: #7E88EF;
}
</style>
background-color css
<style>
a { background-color: #7E88EF; }
a { background-color: rgb(126,136,239); }
div.DivClassName
{
background-color: #7E88EF;
}
.BgClassName
{
background-color: #7E88EF;
}
</style>
border-color css
<style>
span { border-color: #7E88EF; }
span { border-color: rgb(126,136,239); }
td.TdClassName
{
border-color: #7E88EF;
}
.TagClassName
{
border-color: #7E88EF;
}
</style>