Shades of Portage #7E8DEF
Tints of Portage #7E8DEF
RGB
CMYK
RGB Variations
Color information
#7E8DEF (or 0x7E8DEF) is known color: Portage. HEX triplet: 7E, 8D and EF. RGB value is (126,141,239). Sum of RGB (Red+Green+Blue) = 126+141+239=506 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.90% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #7E8DEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E8DEF is #817210. Grayscale: #939393. Windows color (decimal): -8483345 or 15699326. OLE color: 15699326.
HSL color Cylindrical-coordinate representation of color #7E8DEF: hue angle of 232.04º 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 #7E8DEF is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 141 | 239 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.06 |
| HSL | 232.04º | 0.78% | 0.72% | - |
| HSV(B) | 232.04º | 0.47% | 0.94% | - |
| XYZ | 33.71 | 29.72 | 85.62 | - |
| YUV | 147.69 | 179.53 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 141 | 239 | 0.47 | 0.41 | 0 | 0.06 | 232.04 | 0.78 | 0.72 |
| Hex | 7E | 8D | EF | 2F | 29 | 0 | 6 | E8 | 4E | 48 |
| Octal | 176 | 215 | 357 | 57 | 51 | 0 | 6 | 350 | 116 | 110 |
| Binary | 1111110 | 10001101 | 11101111 | 101111 | 101001 | 0 | 110 | 11101000 | 1001110 | 1001000 |
Color Harmonies of #7E8DEF
Complementary color
Monochromatic Colors of #7E8DEF
Black with #7E8DEF
Text Example
Text Example
White with #7E8DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8DEF; }
p { color: rgb(126,141,239); }
H1.HeaderClassName
{
color: #7E8DEF;
}
.AnyTagClassName
{
color: #7E8DEF;
}
</style>
background-color css
<style>
a { background-color: #7E8DEF; }
a { background-color: rgb(126,141,239); }
div.DivClassName
{
background-color: #7E8DEF;
}
.BgClassName
{
background-color: #7E8DEF;
}
</style>
border-color css
<style>
span { border-color: #7E8DEF; }
span { border-color: rgb(126,141,239); }
td.TdClassName
{
border-color: #7E8DEF;
}
.TagClassName
{
border-color: #7E8DEF;
}
</style>