Shades of Portage #7E8DCD
Tints of Portage #7E8DCD
RGB
CMYK
RGB Variations
Color information
#7E8DCD (or 0x7E8DCD) is known color: Portage. HEX triplet: 7E, 8D and CD. RGB value is (126,141,205). Sum of RGB (Red+Green+Blue) = 126+141+205=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E8DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8DCD is #817232. Grayscale: #8F8F8F. Windows color (decimal): -8483379 or 13471102. OLE color: 13471102.
HSL color Cylindrical-coordinate representation of color #7E8DCD: hue angle of 228.61º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E8DCD is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 141 | 205 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.20 |
| HSL | 228.61º | 0.44% | 0.65% | - |
| HSV(B) | 228.61º | 0.39% | 0.8% | - |
| XYZ | 29.15 | 27.89 | 61.61 | - |
| YUV | 143.81 | 162.53 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 141 | 205 | 0.39 | 0.31 | 0 | 0.20 | 228.61 | 0.44 | 0.65 |
| Hex | 7E | 8D | CD | 27 | 1F | 0 | 14 | E5 | 2C | 41 |
| Octal | 176 | 215 | 315 | 47 | 37 | 0 | 24 | 345 | 54 | 101 |
| Binary | 1111110 | 10001101 | 11001101 | 100111 | 11111 | 0 | 10100 | 11100101 | 101100 | 1000001 |
Color Harmonies of #7E8DCD
Complementary color
Monochromatic Colors of #7E8DCD
Black with #7E8DCD
Text Example
Text Example
White with #7E8DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8DCD; }
p { color: rgb(126,141,205); }
H1.HeaderClassName
{
color: #7E8DCD;
}
.AnyTagClassName
{
color: #7E8DCD;
}
</style>
background-color css
<style>
a { background-color: #7E8DCD; }
a { background-color: rgb(126,141,205); }
div.DivClassName
{
background-color: #7E8DCD;
}
.BgClassName
{
background-color: #7E8DCD;
}
</style>
border-color css
<style>
span { border-color: #7E8DCD; }
span { border-color: rgb(126,141,205); }
td.TdClassName
{
border-color: #7E8DCD;
}
.TagClassName
{
border-color: #7E8DCD;
}
</style>