Shades of Portage #7E8CDF
Tints of Portage #7E8CDF
RGB
CMYK
RGB Variations
Color information
#7E8CDF (or 0x7E8CDF) is known color: Portage. HEX triplet: 7E, 8C and DF. RGB value is (126,140,223). Sum of RGB (Red+Green+Blue) = 126+140+223=489 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.77% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #7E8CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8CDF is #817320. Grayscale: #909090. Windows color (decimal): -8483617 or 14650494. OLE color: 14650494.
HSL color Cylindrical-coordinate representation of color #7E8CDF: hue angle of 231.34º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E8CDF is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 140 | 223 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.13 |
| HSL | 231.34º | 0.6% | 0.68% | - |
| HSV(B) | 231.34º | 0.43% | 0.87% | - |
| XYZ | 31.3 | 28.52 | 73.67 | - |
| YUV | 145.28 | 171.86 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 140 | 223 | 0.43 | 0.37 | 0 | 0.13 | 231.34 | 0.6 | 0.68 |
| Hex | 7E | 8C | DF | 2B | 25 | 0 | D | E7 | 3C | 44 |
| Octal | 176 | 214 | 337 | 53 | 45 | 0 | 15 | 347 | 74 | 104 |
| Binary | 1111110 | 10001100 | 11011111 | 101011 | 100101 | 0 | 1101 | 11100111 | 111100 | 1000100 |
Color Harmonies of #7E8CDF
Complementary color
Monochromatic Colors of #7E8CDF
Black with #7E8CDF
Text Example
Text Example
White with #7E8CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8CDF; }
p { color: rgb(126,140,223); }
H1.HeaderClassName
{
color: #7E8CDF;
}
.AnyTagClassName
{
color: #7E8CDF;
}
</style>
background-color css
<style>
a { background-color: #7E8CDF; }
a { background-color: rgb(126,140,223); }
div.DivClassName
{
background-color: #7E8CDF;
}
.BgClassName
{
background-color: #7E8CDF;
}
</style>
border-color css
<style>
span { border-color: #7E8CDF; }
span { border-color: rgb(126,140,223); }
td.TdClassName
{
border-color: #7E8CDF;
}
.TagClassName
{
border-color: #7E8CDF;
}
</style>