Shades of Portage #7E8FDD
Tints of Portage #7E8FDD
RGB
CMYK
RGB Variations
Color information
#7E8FDD (or 0x7E8FDD) is known color: Portage. HEX triplet: 7E, 8F and DD. RGB value is (126,143,221). Sum of RGB (Red+Green+Blue) = 126+143+221=490 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.71% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E8FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8FDD is #817022. Grayscale: #929292. Windows color (decimal): -8482851 or 14520190. OLE color: 14520190.
HSL color Cylindrical-coordinate representation of color #7E8FDD: hue angle of 229.26º degrees, saturation: 0.58, 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 #7E8FDD is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 143 | 221 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.13 |
| HSL | 229.26º | 0.58% | 0.68% | - |
| HSV(B) | 229.26º | 0.43% | 0.87% | - |
| XYZ | 31.48 | 29.3 | 72.4 | - |
| YUV | 146.81 | 169.87 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 143 | 221 | 0.43 | 0.35 | 0 | 0.13 | 229.26 | 0.58 | 0.68 |
| Hex | 7E | 8F | DD | 2B | 23 | 0 | D | E5 | 3A | 44 |
| Octal | 176 | 217 | 335 | 53 | 43 | 0 | 15 | 345 | 72 | 104 |
| Binary | 1111110 | 10001111 | 11011101 | 101011 | 100011 | 0 | 1101 | 11100101 | 111010 | 1000100 |
Color Harmonies of #7E8FDD
Complementary color
Monochromatic Colors of #7E8FDD
Black with #7E8FDD
Text Example
Text Example
White with #7E8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8FDD; }
p { color: rgb(126,143,221); }
H1.HeaderClassName
{
color: #7E8FDD;
}
.AnyTagClassName
{
color: #7E8FDD;
}
</style>
background-color css
<style>
a { background-color: #7E8FDD; }
a { background-color: rgb(126,143,221); }
div.DivClassName
{
background-color: #7E8FDD;
}
.BgClassName
{
background-color: #7E8FDD;
}
</style>
border-color css
<style>
span { border-color: #7E8FDD; }
span { border-color: rgb(126,143,221); }
td.TdClassName
{
border-color: #7E8FDD;
}
.TagClassName
{
border-color: #7E8FDD;
}
</style>