Shades of Portage #7E8CDC
Tints of Portage #7E8CDC
RGB
CMYK
RGB Variations
Color information
#7E8CDC (or 0x7E8CDC) is known color: Portage. HEX triplet: 7E, 8C and DC. RGB value is (126,140,220). Sum of RGB (Red+Green+Blue) = 126+140+220=486 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.93% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E8CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8CDC is #817323. Grayscale: #909090. Windows color (decimal): -8483620 or 14453886. OLE color: 14453886.
HSL color Cylindrical-coordinate representation of color #7E8CDC: hue angle of 231.06º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E8CDC is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 140 | 220 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.14 |
| HSL | 231.06º | 0.57% | 0.68% | - |
| HSV(B) | 231.06º | 0.43% | 0.86% | - |
| XYZ | 30.9 | 28.36 | 71.56 | - |
| YUV | 144.93 | 170.36 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 140 | 220 | 0.43 | 0.36 | 0 | 0.14 | 231.06 | 0.57 | 0.68 |
| Hex | 7E | 8C | DC | 2B | 24 | 0 | E | E7 | 39 | 44 |
| Octal | 176 | 214 | 334 | 53 | 44 | 0 | 16 | 347 | 71 | 104 |
| Binary | 1111110 | 10001100 | 11011100 | 101011 | 100100 | 0 | 1110 | 11100111 | 111001 | 1000100 |
Color Harmonies of #7E8CDC
Complementary color
Monochromatic Colors of #7E8CDC
Black with #7E8CDC
Text Example
Text Example
White with #7E8CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8CDC; }
p { color: rgb(126,140,220); }
H1.HeaderClassName
{
color: #7E8CDC;
}
.AnyTagClassName
{
color: #7E8CDC;
}
</style>
background-color css
<style>
a { background-color: #7E8CDC; }
a { background-color: rgb(126,140,220); }
div.DivClassName
{
background-color: #7E8CDC;
}
.BgClassName
{
background-color: #7E8CDC;
}
</style>
border-color css
<style>
span { border-color: #7E8CDC; }
span { border-color: rgb(126,140,220); }
td.TdClassName
{
border-color: #7E8CDC;
}
.TagClassName
{
border-color: #7E8CDC;
}
</style>