Shades of Portage #7E84D5
Tints of Portage #7E84D5
RGB
CMYK
RGB Variations
Color information
#7E84D5 (or 0x7E84D5) is known color: Portage. HEX triplet: 7E, 84 and D5. RGB value is (126,132,213). Sum of RGB (Red+Green+Blue) = 126+132+213=471 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.75% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #7E84D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E84D5 is #817B2A. Grayscale: #8B8B8B. Windows color (decimal): -8485675 or 13993086. OLE color: 13993086.
HSL color Cylindrical-coordinate representation of color #7E84D5: hue angle of 235.86º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7E84D5 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 132 | 213 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.16 |
| HSL | 235.86º | 0.51% | 0.66% | - |
| HSV(B) | 235.86º | 0.41% | 0.84% | - |
| XYZ | 28.87 | 25.74 | 66.4 | - |
| YUV | 139.44 | 169.51 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 132 | 213 | 0.41 | 0.38 | 0 | 0.16 | 235.86 | 0.51 | 0.66 |
| Hex | 7E | 84 | D5 | 29 | 26 | 0 | 10 | EC | 33 | 42 |
| Octal | 176 | 204 | 325 | 51 | 46 | 0 | 20 | 354 | 63 | 102 |
| Binary | 1111110 | 10000100 | 11010101 | 101001 | 100110 | 0 | 10000 | 11101100 | 110011 | 1000010 |
Color Harmonies of #7E84D5
Complementary color
Monochromatic Colors of #7E84D5
Black with #7E84D5
Text Example
Text Example
White with #7E84D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E84D5; }
p { color: rgb(126,132,213); }
H1.HeaderClassName
{
color: #7E84D5;
}
.AnyTagClassName
{
color: #7E84D5;
}
</style>
background-color css
<style>
a { background-color: #7E84D5; }
a { background-color: rgb(126,132,213); }
div.DivClassName
{
background-color: #7E84D5;
}
.BgClassName
{
background-color: #7E84D5;
}
</style>
border-color css
<style>
span { border-color: #7E84D5; }
span { border-color: rgb(126,132,213); }
td.TdClassName
{
border-color: #7E84D5;
}
.TagClassName
{
border-color: #7E84D5;
}
</style>