Shades of Portage #7E9BEA
Tints of Portage #7E9BEA
RGB
CMYK
RGB Variations
Color information
#7E9BEA (or 0x7E9BEA) is known color: Portage. HEX triplet: 7E, 9B and EA. RGB value is (126,155,234). Sum of RGB (Red+Green+Blue) = 126+155+234=515 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.47% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #7E9BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E9BEA is #816415. Grayscale: #9A9A9A. Windows color (decimal): -8479766 or 15375230. OLE color: 15375230.
HSL color Cylindrical-coordinate representation of color #7E9BEA: hue angle of 223.89º degrees, saturation: 0.72, 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 #7E9BEA is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 155 | 234 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.08 |
| HSL | 223.89º | 0.72% | 0.71% | - |
| HSV(B) | 223.89º | 0.46% | 0.92% | - |
| XYZ | 35.18 | 33.82 | 82.52 | - |
| YUV | 155.34 | 172.39 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 155 | 234 | 0.46 | 0.34 | 0 | 0.08 | 223.89 | 0.72 | 0.71 |
| Hex | 7E | 9B | EA | 2E | 22 | 0 | 8 | E0 | 48 | 47 |
| Octal | 176 | 233 | 352 | 56 | 42 | 0 | 10 | 340 | 110 | 107 |
| Binary | 1111110 | 10011011 | 11101010 | 101110 | 100010 | 0 | 1000 | 11100000 | 1001000 | 1000111 |
Color Harmonies of #7E9BEA
Complementary color
Monochromatic Colors of #7E9BEA
Black with #7E9BEA
Text Example
Text Example
White with #7E9BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9BEA; }
p { color: rgb(126,155,234); }
H1.HeaderClassName
{
color: #7E9BEA;
}
.AnyTagClassName
{
color: #7E9BEA;
}
</style>
background-color css
<style>
a { background-color: #7E9BEA; }
a { background-color: rgb(126,155,234); }
div.DivClassName
{
background-color: #7E9BEA;
}
.BgClassName
{
background-color: #7E9BEA;
}
</style>
border-color css
<style>
span { border-color: #7E9BEA; }
span { border-color: rgb(126,155,234); }
td.TdClassName
{
border-color: #7E9BEA;
}
.TagClassName
{
border-color: #7E9BEA;
}
</style>