Shades of Portage #7E8ECF
Tints of Portage #7E8ECF
RGB
CMYK
RGB Variations
Color information
#7E8ECF (or 0x7E8ECF) is known color: Portage. HEX triplet: 7E, 8E and CF. RGB value is (126,142,207). Sum of RGB (Red+Green+Blue) = 126+142+207=475 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.53% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E8ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8ECF is #817130. Grayscale: #909090. Windows color (decimal): -8483121 or 13602430. OLE color: 13602430.
HSL color Cylindrical-coordinate representation of color #7E8ECF: hue angle of 228.15º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E8ECF is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 142 | 207 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.19 |
| HSL | 228.15º | 0.46% | 0.65% | - |
| HSV(B) | 228.15º | 0.39% | 0.81% | - |
| XYZ | 29.54 | 28.29 | 62.93 | - |
| YUV | 144.63 | 163.2 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 142 | 207 | 0.39 | 0.31 | 0 | 0.19 | 228.15 | 0.46 | 0.65 |
| Hex | 7E | 8E | CF | 27 | 1F | 0 | 13 | E4 | 2E | 41 |
| Octal | 176 | 216 | 317 | 47 | 37 | 0 | 23 | 344 | 56 | 101 |
| Binary | 1111110 | 10001110 | 11001111 | 100111 | 11111 | 0 | 10011 | 11100100 | 101110 | 1000001 |
Color Harmonies of #7E8ECF
Complementary color
Monochromatic Colors of #7E8ECF
Black with #7E8ECF
Text Example
Text Example
White with #7E8ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8ECF; }
p { color: rgb(126,142,207); }
H1.HeaderClassName
{
color: #7E8ECF;
}
.AnyTagClassName
{
color: #7E8ECF;
}
</style>
background-color css
<style>
a { background-color: #7E8ECF; }
a { background-color: rgb(126,142,207); }
div.DivClassName
{
background-color: #7E8ECF;
}
.BgClassName
{
background-color: #7E8ECF;
}
</style>
border-color css
<style>
span { border-color: #7E8ECF; }
span { border-color: rgb(126,142,207); }
td.TdClassName
{
border-color: #7E8ECF;
}
.TagClassName
{
border-color: #7E8ECF;
}
</style>