Shades of Portage #7E8ED1
Tints of Portage #7E8ED1
RGB
CMYK
RGB Variations
Color information
#7E8ED1 (or 0x7E8ED1) is known color: Portage. HEX triplet: 7E, 8E and D1. RGB value is (126,142,209). Sum of RGB (Red+Green+Blue) = 126+142+209=477 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.42% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 209 - color contains mainly: blue. Hex color #7E8ED1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8ED1 is #81712E. Grayscale: #909090. Windows color (decimal): -8483119 or 13733502. OLE color: 13733502.
HSL color Cylindrical-coordinate representation of color #7E8ED1: hue angle of 228.43º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E8ED1 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 142 | 209 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.18 |
| HSL | 228.43º | 0.47% | 0.66% | - |
| HSV(B) | 228.43º | 0.4% | 0.82% | - |
| XYZ | 29.79 | 28.39 | 64.23 | - |
| YUV | 144.85 | 164.2 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 142 | 209 | 0.40 | 0.32 | 0 | 0.18 | 228.43 | 0.47 | 0.66 |
| Hex | 7E | 8E | D1 | 28 | 20 | 0 | 12 | E4 | 2F | 42 |
| Octal | 176 | 216 | 321 | 50 | 40 | 0 | 22 | 344 | 57 | 102 |
| Binary | 1111110 | 10001110 | 11010001 | 101000 | 100000 | 0 | 10010 | 11100100 | 101111 | 1000010 |
Color Harmonies of #7E8ED1
Complementary color
Monochromatic Colors of #7E8ED1
Black with #7E8ED1
Text Example
Text Example
White with #7E8ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8ED1; }
p { color: rgb(126,142,209); }
H1.HeaderClassName
{
color: #7E8ED1;
}
.AnyTagClassName
{
color: #7E8ED1;
}
</style>
background-color css
<style>
a { background-color: #7E8ED1; }
a { background-color: rgb(126,142,209); }
div.DivClassName
{
background-color: #7E8ED1;
}
.BgClassName
{
background-color: #7E8ED1;
}
</style>
border-color css
<style>
span { border-color: #7E8ED1; }
span { border-color: rgb(126,142,209); }
td.TdClassName
{
border-color: #7E8ED1;
}
.TagClassName
{
border-color: #7E8ED1;
}
</style>