Shades of Portage #7E8FEF
Tints of Portage #7E8FEF
RGB
CMYK
RGB Variations
Color information
#7E8FEF (or 0x7E8FEF) is known color: Portage. HEX triplet: 7E, 8F and EF. RGB value is (126,143,239). Sum of RGB (Red+Green+Blue) = 126+143+239=508 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.80% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #7E8FEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E8FEF is #817010. Grayscale: #949494. Windows color (decimal): -8482833 or 15699838. OLE color: 15699838.
HSL color Cylindrical-coordinate representation of color #7E8FEF: hue angle of 230.97º 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 #7E8FEF is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 143 | 239 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.06 |
| HSL | 230.97º | 0.78% | 0.72% | - |
| HSV(B) | 230.97º | 0.47% | 0.94% | - |
| XYZ | 34.01 | 30.31 | 85.72 | - |
| YUV | 148.86 | 178.87 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 143 | 239 | 0.47 | 0.40 | 0 | 0.06 | 230.97 | 0.78 | 0.72 |
| Hex | 7E | 8F | EF | 2F | 28 | 0 | 6 | E7 | 4E | 48 |
| Octal | 176 | 217 | 357 | 57 | 50 | 0 | 6 | 347 | 116 | 110 |
| Binary | 1111110 | 10001111 | 11101111 | 101111 | 101000 | 0 | 110 | 11100111 | 1001110 | 1001000 |
Color Harmonies of #7E8FEF
Complementary color
Monochromatic Colors of #7E8FEF
Black with #7E8FEF
Text Example
Text Example
White with #7E8FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8FEF; }
p { color: rgb(126,143,239); }
H1.HeaderClassName
{
color: #7E8FEF;
}
.AnyTagClassName
{
color: #7E8FEF;
}
</style>
background-color css
<style>
a { background-color: #7E8FEF; }
a { background-color: rgb(126,143,239); }
div.DivClassName
{
background-color: #7E8FEF;
}
.BgClassName
{
background-color: #7E8FEF;
}
</style>
border-color css
<style>
span { border-color: #7E8FEF; }
span { border-color: rgb(126,143,239); }
td.TdClassName
{
border-color: #7E8FEF;
}
.TagClassName
{
border-color: #7E8FEF;
}
</style>