Shades of Portage #7E8BCD
Tints of Portage #7E8BCD
RGB
CMYK
RGB Variations
Color information
#7E8BCD (or 0x7E8BCD) is known color: Portage. HEX triplet: 7E, 8B and CD. RGB value is (126,139,205). Sum of RGB (Red+Green+Blue) = 126+139+205=470 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.81% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E8BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8BCD is #817432. Grayscale: #8E8E8E. Windows color (decimal): -8483891 or 13470590. OLE color: 13470590.
HSL color Cylindrical-coordinate representation of color #7E8BCD: hue angle of 230.13º 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 #7E8BCD is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 139 | 205 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.20 |
| HSL | 230.13º | 0.44% | 0.65% | - |
| HSV(B) | 230.13º | 0.39% | 0.8% | - |
| XYZ | 28.86 | 27.31 | 61.51 | - |
| YUV | 142.64 | 163.19 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 139 | 205 | 0.39 | 0.32 | 0 | 0.20 | 230.13 | 0.44 | 0.65 |
| Hex | 7E | 8B | CD | 27 | 20 | 0 | 14 | E6 | 2C | 41 |
| Octal | 176 | 213 | 315 | 47 | 40 | 0 | 24 | 346 | 54 | 101 |
| Binary | 1111110 | 10001011 | 11001101 | 100111 | 100000 | 0 | 10100 | 11100110 | 101100 | 1000001 |
Color Harmonies of #7E8BCD
Complementary color
Monochromatic Colors of #7E8BCD
Black with #7E8BCD
Text Example
Text Example
White with #7E8BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8BCD; }
p { color: rgb(126,139,205); }
H1.HeaderClassName
{
color: #7E8BCD;
}
.AnyTagClassName
{
color: #7E8BCD;
}
</style>
background-color css
<style>
a { background-color: #7E8BCD; }
a { background-color: rgb(126,139,205); }
div.DivClassName
{
background-color: #7E8BCD;
}
.BgClassName
{
background-color: #7E8BCD;
}
</style>
border-color css
<style>
span { border-color: #7E8BCD; }
span { border-color: rgb(126,139,205); }
td.TdClassName
{
border-color: #7E8BCD;
}
.TagClassName
{
border-color: #7E8BCD;
}
</style>