Shades of Portage #7E8AE8
Tints of Portage #7E8AE8
RGB
CMYK
RGB Variations
Color information
#7E8AE8 (or 0x7E8AE8) is known color: Portage. HEX triplet: 7E, 8A and E8. RGB value is (126,138,232). Sum of RGB (Red+Green+Blue) = 126+138+232=496 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.40% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 232 (91.02% from 255 or 46.77% from 496); Max value from RGB is 232 - color contains mainly: blue. Hex color #7E8AE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E8AE8 is #817517. Grayscale: #909090. Windows color (decimal): -8484120 or 15239806. OLE color: 15239806.
HSL color Cylindrical-coordinate representation of color #7E8AE8: hue angle of 233.21º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E8AE8 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 126 | 138 | 232 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.09 |
| HSL | 233.21º | 0.7% | 0.7% | - |
| HSV(B) | 233.21º | 0.46% | 0.91% | - |
| XYZ | 32.26 | 28.44 | 80.13 | - |
| YUV | 145.13 | 177.02 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 138 | 232 | 0.46 | 0.41 | 0 | 0.09 | 233.21 | 0.7 | 0.7 |
| Hex | 7E | 8A | E8 | 2E | 29 | 0 | 9 | E9 | 46 | 46 |
| Octal | 176 | 212 | 350 | 56 | 51 | 0 | 11 | 351 | 106 | 106 |
| Binary | 1111110 | 10001010 | 11101000 | 101110 | 101001 | 0 | 1001 | 11101001 | 1000110 | 1000110 |
Color Harmonies of #7E8AE8
Complementary color
Monochromatic Colors of #7E8AE8
Black with #7E8AE8
Text Example
Text Example
White with #7E8AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8AE8; }
p { color: rgb(126,138,232); }
H1.HeaderClassName
{
color: #7E8AE8;
}
.AnyTagClassName
{
color: #7E8AE8;
}
</style>
background-color css
<style>
a { background-color: #7E8AE8; }
a { background-color: rgb(126,138,232); }
div.DivClassName
{
background-color: #7E8AE8;
}
.BgClassName
{
background-color: #7E8AE8;
}
</style>
border-color css
<style>
span { border-color: #7E8AE8; }
span { border-color: rgb(126,138,232); }
td.TdClassName
{
border-color: #7E8AE8;
}
.TagClassName
{
border-color: #7E8AE8;
}
</style>