Shades of Portage #7E8CCD
Tints of Portage #7E8CCD
RGB
CMYK
RGB Variations
Color information
#7E8CCD (or 0x7E8CCD) is known color: Portage. HEX triplet: 7E, 8C and CD. RGB value is (126,140,205). Sum of RGB (Red+Green+Blue) = 126+140+205=471 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.75% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E8CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8CCD is #817332. Grayscale: #8E8E8E. Windows color (decimal): -8483635 or 13470846. OLE color: 13470846.
HSL color Cylindrical-coordinate representation of color #7E8CCD: hue angle of 229.37º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E8CCD is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 140 | 205 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.20 |
| HSL | 229.37º | 0.44% | 0.65% | - |
| HSV(B) | 229.37º | 0.39% | 0.8% | - |
| XYZ | 29 | 27.6 | 61.56 | - |
| YUV | 143.22 | 162.86 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 140 | 205 | 0.39 | 0.32 | 0 | 0.20 | 229.37 | 0.44 | 0.65 |
| Hex | 7E | 8C | CD | 27 | 20 | 0 | 14 | E5 | 2C | 41 |
| Octal | 176 | 214 | 315 | 47 | 40 | 0 | 24 | 345 | 54 | 101 |
| Binary | 1111110 | 10001100 | 11001101 | 100111 | 100000 | 0 | 10100 | 11100101 | 101100 | 1000001 |
Color Harmonies of #7E8CCD
Complementary color
Monochromatic Colors of #7E8CCD
Black with #7E8CCD
Text Example
Text Example
White with #7E8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8CCD; }
p { color: rgb(126,140,205); }
H1.HeaderClassName
{
color: #7E8CCD;
}
.AnyTagClassName
{
color: #7E8CCD;
}
</style>
background-color css
<style>
a { background-color: #7E8CCD; }
a { background-color: rgb(126,140,205); }
div.DivClassName
{
background-color: #7E8CCD;
}
.BgClassName
{
background-color: #7E8CCD;
}
</style>
border-color css
<style>
span { border-color: #7E8CCD; }
span { border-color: rgb(126,140,205); }
td.TdClassName
{
border-color: #7E8CCD;
}
.TagClassName
{
border-color: #7E8CCD;
}
</style>