Shades of Portage #7E8BEB
Tints of Portage #7E8BEB
RGB
CMYK
RGB Variations
Color information
#7E8BEB (or 0x7E8BEB) is known color: Portage. HEX triplet: 7E, 8B and EB. RGB value is (126,139,235). Sum of RGB (Red+Green+Blue) = 126+139+235=500 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.2% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #7E8BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E8BEB is #817414. Grayscale: #919191. Windows color (decimal): -8483861 or 15436670. OLE color: 15436670.
HSL color Cylindrical-coordinate representation of color #7E8BEB: hue angle of 232.84º 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 #7E8BEB is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 139 | 235 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.08 |
| HSL | 232.84º | 0.73% | 0.71% | - |
| HSV(B) | 232.84º | 0.46% | 0.92% | - |
| XYZ | 32.83 | 28.9 | 82.44 | - |
| YUV | 146.06 | 178.19 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 139 | 235 | 0.46 | 0.41 | 0 | 0.08 | 232.84 | 0.73 | 0.71 |
| Hex | 7E | 8B | EB | 2E | 29 | 0 | 8 | E9 | 49 | 47 |
| Octal | 176 | 213 | 353 | 56 | 51 | 0 | 10 | 351 | 111 | 107 |
| Binary | 1111110 | 10001011 | 11101011 | 101110 | 101001 | 0 | 1000 | 11101001 | 1001001 | 1000111 |
Color Harmonies of #7E8BEB
Complementary color
Monochromatic Colors of #7E8BEB
Black with #7E8BEB
Text Example
Text Example
White with #7E8BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8BEB; }
p { color: rgb(126,139,235); }
H1.HeaderClassName
{
color: #7E8BEB;
}
.AnyTagClassName
{
color: #7E8BEB;
}
</style>
background-color css
<style>
a { background-color: #7E8BEB; }
a { background-color: rgb(126,139,235); }
div.DivClassName
{
background-color: #7E8BEB;
}
.BgClassName
{
background-color: #7E8BEB;
}
</style>
border-color css
<style>
span { border-color: #7E8BEB; }
span { border-color: rgb(126,139,235); }
td.TdClassName
{
border-color: #7E8BEB;
}
.TagClassName
{
border-color: #7E8BEB;
}
</style>