Shades of Portage #7E8CDB
Tints of Portage #7E8CDB
RGB
CMYK
RGB Variations
Color information
#7E8CDB (or 0x7E8CDB) is known color: Portage. HEX triplet: 7E, 8C and DB. RGB value is (126,140,219). Sum of RGB (Red+Green+Blue) = 126+140+219=485 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.98% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E8CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8CDB is #817324. Grayscale: #909090. Windows color (decimal): -8483621 or 14388350. OLE color: 14388350.
HSL color Cylindrical-coordinate representation of color #7E8CDB: hue angle of 230.97º 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 #7E8CDB is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 140 | 219 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.14 |
| HSL | 230.97º | 0.56% | 0.68% | - |
| HSV(B) | 230.97º | 0.42% | 0.86% | - |
| XYZ | 30.77 | 28.31 | 70.86 | - |
| YUV | 144.82 | 169.86 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 140 | 219 | 0.42 | 0.36 | 0 | 0.14 | 230.97 | 0.56 | 0.68 |
| Hex | 7E | 8C | DB | 2A | 24 | 0 | E | E7 | 38 | 44 |
| Octal | 176 | 214 | 333 | 52 | 44 | 0 | 16 | 347 | 70 | 104 |
| Binary | 1111110 | 10001100 | 11011011 | 101010 | 100100 | 0 | 1110 | 11100111 | 111000 | 1000100 |
Color Harmonies of #7E8CDB
Complementary color
Monochromatic Colors of #7E8CDB
Black with #7E8CDB
Text Example
Text Example
White with #7E8CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8CDB; }
p { color: rgb(126,140,219); }
H1.HeaderClassName
{
color: #7E8CDB;
}
.AnyTagClassName
{
color: #7E8CDB;
}
</style>
background-color css
<style>
a { background-color: #7E8CDB; }
a { background-color: rgb(126,140,219); }
div.DivClassName
{
background-color: #7E8CDB;
}
.BgClassName
{
background-color: #7E8CDB;
}
</style>
border-color css
<style>
span { border-color: #7E8CDB; }
span { border-color: rgb(126,140,219); }
td.TdClassName
{
border-color: #7E8CDB;
}
.TagClassName
{
border-color: #7E8CDB;
}
</style>