Shades of Portage #7E93DD
Tints of Portage #7E93DD
RGB
CMYK
RGB Variations
Color information
#7E93DD (or 0x7E93DD) is known color: Portage. HEX triplet: 7E, 93 and DD. RGB value is (126,147,221). Sum of RGB (Red+Green+Blue) = 126+147+221=494 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.51% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E93DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E93DD is #816C22. Grayscale: #949494. Windows color (decimal): -8481827 or 14521214. OLE color: 14521214.
HSL color Cylindrical-coordinate representation of color #7E93DD: hue angle of 226.74º 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 #7E93DD is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 147 | 221 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.13 |
| HSL | 226.74º | 0.58% | 0.68% | - |
| HSV(B) | 226.74º | 0.43% | 0.87% | - |
| XYZ | 32.09 | 30.52 | 72.61 | - |
| YUV | 149.16 | 168.54 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 147 | 221 | 0.43 | 0.33 | 0 | 0.13 | 226.74 | 0.58 | 0.68 |
| Hex | 7E | 93 | DD | 2B | 21 | 0 | D | E3 | 3A | 44 |
| Octal | 176 | 223 | 335 | 53 | 41 | 0 | 15 | 343 | 72 | 104 |
| Binary | 1111110 | 10010011 | 11011101 | 101011 | 100001 | 0 | 1101 | 11100011 | 111010 | 1000100 |
Color Harmonies of #7E93DD
Complementary color
Monochromatic Colors of #7E93DD
Black with #7E93DD
Text Example
Text Example
White with #7E93DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E93DD; }
p { color: rgb(126,147,221); }
H1.HeaderClassName
{
color: #7E93DD;
}
.AnyTagClassName
{
color: #7E93DD;
}
</style>
background-color css
<style>
a { background-color: #7E93DD; }
a { background-color: rgb(126,147,221); }
div.DivClassName
{
background-color: #7E93DD;
}
.BgClassName
{
background-color: #7E93DD;
}
</style>
border-color css
<style>
span { border-color: #7E93DD; }
span { border-color: rgb(126,147,221); }
td.TdClassName
{
border-color: #7E93DD;
}
.TagClassName
{
border-color: #7E93DD;
}
</style>