Shades of Portage #7E8ECE
Tints of Portage #7E8ECE
RGB
CMYK
RGB Variations
Color information
#7E8ECE (or 0x7E8ECE) is known color: Portage. HEX triplet: 7E, 8E and CE. RGB value is (126,142,206). Sum of RGB (Red+Green+Blue) = 126+142+206=474 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.58% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E8ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8ECE is #817131. Grayscale: #909090. Windows color (decimal): -8483122 or 13536894. OLE color: 13536894.
HSL color Cylindrical-coordinate representation of color #7E8ECE: hue angle of 228º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E8ECE is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 142 | 206 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.19 |
| HSL | 228º | 0.45% | 0.65% | - |
| HSV(B) | 228º | 0.39% | 0.81% | - |
| XYZ | 29.42 | 28.24 | 62.29 | - |
| YUV | 144.51 | 162.7 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 142 | 206 | 0.39 | 0.31 | 0 | 0.19 | 228 | 0.45 | 0.65 |
| Hex | 7E | 8E | CE | 27 | 1F | 0 | 13 | E4 | 2D | 41 |
| Octal | 176 | 216 | 316 | 47 | 37 | 0 | 23 | 344 | 55 | 101 |
| Binary | 1111110 | 10001110 | 11001110 | 100111 | 11111 | 0 | 10011 | 11100100 | 101101 | 1000001 |
Color Harmonies of #7E8ECE
Complementary color
Monochromatic Colors of #7E8ECE
Black with #7E8ECE
Text Example
Text Example
White with #7E8ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8ECE; }
p { color: rgb(126,142,206); }
H1.HeaderClassName
{
color: #7E8ECE;
}
.AnyTagClassName
{
color: #7E8ECE;
}
</style>
background-color css
<style>
a { background-color: #7E8ECE; }
a { background-color: rgb(126,142,206); }
div.DivClassName
{
background-color: #7E8ECE;
}
.BgClassName
{
background-color: #7E8ECE;
}
</style>
border-color css
<style>
span { border-color: #7E8ECE; }
span { border-color: rgb(126,142,206); }
td.TdClassName
{
border-color: #7E8ECE;
}
.TagClassName
{
border-color: #7E8ECE;
}
</style>