Shades of Portage #7E8ADA
Tints of Portage #7E8ADA
RGB
CMYK
RGB Variations
Color information
#7E8ADA (or 0x7E8ADA) is known color: Portage. HEX triplet: 7E, 8A and DA. RGB value is (126,138,218). Sum of RGB (Red+Green+Blue) = 126+138+218=482 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.14% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #7E8ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8ADA is #817525. Grayscale: #8F8F8F. Windows color (decimal): -8484134 or 14322302. OLE color: 14322302.
HSL color Cylindrical-coordinate representation of color #7E8ADA: hue angle of 232.17º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E8ADA is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 138 | 218 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.15 |
| HSL | 232.17º | 0.55% | 0.67% | - |
| HSV(B) | 232.17º | 0.42% | 0.85% | - |
| XYZ | 30.35 | 27.67 | 70.07 | - |
| YUV | 143.53 | 170.02 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 138 | 218 | 0.42 | 0.37 | 0 | 0.15 | 232.17 | 0.55 | 0.67 |
| Hex | 7E | 8A | DA | 2A | 25 | 0 | F | E8 | 37 | 43 |
| Octal | 176 | 212 | 332 | 52 | 45 | 0 | 17 | 350 | 67 | 103 |
| Binary | 1111110 | 10001010 | 11011010 | 101010 | 100101 | 0 | 1111 | 11101000 | 110111 | 1000011 |
Color Harmonies of #7E8ADA
Complementary color
Monochromatic Colors of #7E8ADA
Black with #7E8ADA
Text Example
Text Example
White with #7E8ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8ADA; }
p { color: rgb(126,138,218); }
H1.HeaderClassName
{
color: #7E8ADA;
}
.AnyTagClassName
{
color: #7E8ADA;
}
</style>
background-color css
<style>
a { background-color: #7E8ADA; }
a { background-color: rgb(126,138,218); }
div.DivClassName
{
background-color: #7E8ADA;
}
.BgClassName
{
background-color: #7E8ADA;
}
</style>
border-color css
<style>
span { border-color: #7E8ADA; }
span { border-color: rgb(126,138,218); }
td.TdClassName
{
border-color: #7E8ADA;
}
.TagClassName
{
border-color: #7E8ADA;
}
</style>