Shades of Portage #7E84DB
Tints of Portage #7E84DB
RGB
CMYK
RGB Variations
Color information
#7E84DB (or 0x7E84DB) is known color: Portage. HEX triplet: 7E, 84 and DB. RGB value is (126,132,219). Sum of RGB (Red+Green+Blue) = 126+132+219=477 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.42% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E84DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E84DB is #817B24. Grayscale: #8B8B8B. Windows color (decimal): -8485669 or 14386302. OLE color: 14386302.
HSL color Cylindrical-coordinate representation of color #7E84DB: hue angle of 236.13º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E84DB is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 132 | 219 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.14 |
| HSL | 236.13º | 0.56% | 0.68% | - |
| HSV(B) | 236.13º | 0.42% | 0.86% | - |
| XYZ | 29.64 | 26.05 | 70.48 | - |
| YUV | 140.12 | 172.51 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 132 | 219 | 0.42 | 0.40 | 0 | 0.14 | 236.13 | 0.56 | 0.68 |
| Hex | 7E | 84 | DB | 2A | 28 | 0 | E | EC | 38 | 44 |
| Octal | 176 | 204 | 333 | 52 | 50 | 0 | 16 | 354 | 70 | 104 |
| Binary | 1111110 | 10000100 | 11011011 | 101010 | 101000 | 0 | 1110 | 11101100 | 111000 | 1000100 |
Color Harmonies of #7E84DB
Complementary color
Monochromatic Colors of #7E84DB
Black with #7E84DB
Text Example
Text Example
White with #7E84DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E84DB; }
p { color: rgb(126,132,219); }
H1.HeaderClassName
{
color: #7E84DB;
}
.AnyTagClassName
{
color: #7E84DB;
}
</style>
background-color css
<style>
a { background-color: #7E84DB; }
a { background-color: rgb(126,132,219); }
div.DivClassName
{
background-color: #7E84DB;
}
.BgClassName
{
background-color: #7E84DB;
}
</style>
border-color css
<style>
span { border-color: #7E84DB; }
span { border-color: rgb(126,132,219); }
td.TdClassName
{
border-color: #7E84DB;
}
.TagClassName
{
border-color: #7E84DB;
}
</style>