Shades of Portage #7E89DD
Tints of Portage #7E89DD
RGB
CMYK
RGB Variations
Color information
#7E89DD (or 0x7E89DD) is known color: Portage. HEX triplet: 7E, 89 and DD. RGB value is (126,137,221). Sum of RGB (Red+Green+Blue) = 126+137+221=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E89DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E89DD is #817622. Grayscale: #8E8E8E. Windows color (decimal): -8484387 or 14518654. OLE color: 14518654.
HSL color Cylindrical-coordinate representation of color #7E89DD: hue angle of 233.05º 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 #7E89DD is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 137 | 221 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.13 |
| HSL | 233.05º | 0.58% | 0.68% | - |
| HSV(B) | 233.05º | 0.43% | 0.87% | - |
| XYZ | 30.6 | 27.55 | 72.11 | - |
| YUV | 143.29 | 171.86 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 137 | 221 | 0.43 | 0.38 | 0 | 0.13 | 233.05 | 0.58 | 0.68 |
| Hex | 7E | 89 | DD | 2B | 26 | 0 | D | E9 | 3A | 44 |
| Octal | 176 | 211 | 335 | 53 | 46 | 0 | 15 | 351 | 72 | 104 |
| Binary | 1111110 | 10001001 | 11011101 | 101011 | 100110 | 0 | 1101 | 11101001 | 111010 | 1000100 |
Color Harmonies of #7E89DD
Complementary color
Monochromatic Colors of #7E89DD
Black with #7E89DD
Text Example
Text Example
White with #7E89DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E89DD; }
p { color: rgb(126,137,221); }
H1.HeaderClassName
{
color: #7E89DD;
}
.AnyTagClassName
{
color: #7E89DD;
}
</style>
background-color css
<style>
a { background-color: #7E89DD; }
a { background-color: rgb(126,137,221); }
div.DivClassName
{
background-color: #7E89DD;
}
.BgClassName
{
background-color: #7E89DD;
}
</style>
border-color css
<style>
span { border-color: #7E89DD; }
span { border-color: rgb(126,137,221); }
td.TdClassName
{
border-color: #7E89DD;
}
.TagClassName
{
border-color: #7E89DD;
}
</style>