Shades of Portage #7E83E5
Tints of Portage #7E83E5
RGB
CMYK
RGB Variations
Color information
#7E83E5 (or 0x7E83E5) is known color: Portage. HEX triplet: 7E, 83 and E5. RGB value is (126,131,229). Sum of RGB (Red+Green+Blue) = 126+131+229=486 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.93% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #7E83E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E83E5 is #817C1A. Grayscale: #8C8C8C. Windows color (decimal): -8485915 or 15041406. OLE color: 15041406.
HSL color Cylindrical-coordinate representation of color #7E83E5: hue angle of 237.09º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E83E5 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 126 | 131 | 229 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.10 |
| HSL | 237.09º | 0.66% | 0.7% | - |
| HSV(B) | 237.09º | 0.45% | 0.9% | - |
| XYZ | 30.86 | 26.33 | 77.58 | - |
| YUV | 140.68 | 177.84 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 131 | 229 | 0.45 | 0.43 | 0 | 0.10 | 237.09 | 0.66 | 0.7 |
| Hex | 7E | 83 | E5 | 2D | 2B | 0 | A | ED | 42 | 46 |
| Octal | 176 | 203 | 345 | 55 | 53 | 0 | 12 | 355 | 102 | 106 |
| Binary | 1111110 | 10000011 | 11100101 | 101101 | 101011 | 0 | 1010 | 11101101 | 1000010 | 1000110 |
Color Harmonies of #7E83E5
Complementary color
Monochromatic Colors of #7E83E5
Black with #7E83E5
Text Example
Text Example
White with #7E83E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E83E5; }
p { color: rgb(126,131,229); }
H1.HeaderClassName
{
color: #7E83E5;
}
.AnyTagClassName
{
color: #7E83E5;
}
</style>
background-color css
<style>
a { background-color: #7E83E5; }
a { background-color: rgb(126,131,229); }
div.DivClassName
{
background-color: #7E83E5;
}
.BgClassName
{
background-color: #7E83E5;
}
</style>
border-color css
<style>
span { border-color: #7E83E5; }
span { border-color: rgb(126,131,229); }
td.TdClassName
{
border-color: #7E83E5;
}
.TagClassName
{
border-color: #7E83E5;
}
</style>