Shades of Portage #7E8BE0
Tints of Portage #7E8BE0
RGB
CMYK
RGB Variations
Color information
#7E8BE0 (or 0x7E8BE0) is known color: Portage. HEX triplet: 7E, 8B and E0. RGB value is (126,139,224). Sum of RGB (Red+Green+Blue) = 126+139+224=489 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.77% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #7E8BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8BE0 is #81741F. Grayscale: #909090. Windows color (decimal): -8483872 or 14715774. OLE color: 14715774.
HSL color Cylindrical-coordinate representation of color #7E8BE0: hue angle of 232.04º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E8BE0 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 139 | 224 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.12 |
| HSL | 232.04º | 0.61% | 0.69% | - |
| HSV(B) | 232.04º | 0.44% | 0.88% | - |
| XYZ | 31.29 | 28.28 | 74.33 | - |
| YUV | 144.8 | 172.69 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 139 | 224 | 0.44 | 0.38 | 0 | 0.12 | 232.04 | 0.61 | 0.69 |
| Hex | 7E | 8B | E0 | 2C | 26 | 0 | C | E8 | 3D | 45 |
| Octal | 176 | 213 | 340 | 54 | 46 | 0 | 14 | 350 | 75 | 105 |
| Binary | 1111110 | 10001011 | 11100000 | 101100 | 100110 | 0 | 1100 | 11101000 | 111101 | 1000101 |
Color Harmonies of #7E8BE0
Complementary color
Monochromatic Colors of #7E8BE0
Black with #7E8BE0
Text Example
Text Example
White with #7E8BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8BE0; }
p { color: rgb(126,139,224); }
H1.HeaderClassName
{
color: #7E8BE0;
}
.AnyTagClassName
{
color: #7E8BE0;
}
</style>
background-color css
<style>
a { background-color: #7E8BE0; }
a { background-color: rgb(126,139,224); }
div.DivClassName
{
background-color: #7E8BE0;
}
.BgClassName
{
background-color: #7E8BE0;
}
</style>
border-color css
<style>
span { border-color: #7E8BE0; }
span { border-color: rgb(126,139,224); }
td.TdClassName
{
border-color: #7E8BE0;
}
.TagClassName
{
border-color: #7E8BE0;
}
</style>