Shades of Portage #7E8CEB
Tints of Portage #7E8CEB
RGB
CMYK
RGB Variations
Color information
#7E8CEB (or 0x7E8CEB) is known color: Portage. HEX triplet: 7E, 8C and EB. RGB value is (126,140,235). Sum of RGB (Red+Green+Blue) = 126+140+235=501 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.15% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #7E8CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E8CEB is #817314. Grayscale: #929292. Windows color (decimal): -8483605 or 15436926. OLE color: 15436926.
HSL color Cylindrical-coordinate representation of color #7E8CEB: hue angle of 232.29º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E8CEB is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 140 | 235 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.08 |
| HSL | 232.29º | 0.73% | 0.71% | - |
| HSV(B) | 232.29º | 0.46% | 0.92% | - |
| XYZ | 32.98 | 29.19 | 82.49 | - |
| YUV | 146.64 | 177.86 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 140 | 235 | 0.46 | 0.40 | 0 | 0.08 | 232.29 | 0.73 | 0.71 |
| Hex | 7E | 8C | EB | 2E | 28 | 0 | 8 | E8 | 49 | 47 |
| Octal | 176 | 214 | 353 | 56 | 50 | 0 | 10 | 350 | 111 | 107 |
| Binary | 1111110 | 10001100 | 11101011 | 101110 | 101000 | 0 | 1000 | 11101000 | 1001001 | 1000111 |
Color Harmonies of #7E8CEB
Complementary color
Monochromatic Colors of #7E8CEB
Black with #7E8CEB
Text Example
Text Example
White with #7E8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8CEB; }
p { color: rgb(126,140,235); }
H1.HeaderClassName
{
color: #7E8CEB;
}
.AnyTagClassName
{
color: #7E8CEB;
}
</style>
background-color css
<style>
a { background-color: #7E8CEB; }
a { background-color: rgb(126,140,235); }
div.DivClassName
{
background-color: #7E8CEB;
}
.BgClassName
{
background-color: #7E8CEB;
}
</style>
border-color css
<style>
span { border-color: #7E8CEB; }
span { border-color: rgb(126,140,235); }
td.TdClassName
{
border-color: #7E8CEB;
}
.TagClassName
{
border-color: #7E8CEB;
}
</style>