Shades of Portage #7E94DA
Tints of Portage #7E94DA
RGB
CMYK
RGB Variations
Color information
#7E94DA (or 0x7E94DA) is known color: Portage. HEX triplet: 7E, 94 and DA. RGB value is (126,148,218). Sum of RGB (Red+Green+Blue) = 126+148+218=492 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.61% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #7E94DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E94DA is #816B25. Grayscale: #959595. Windows color (decimal): -8481574 or 14324862. OLE color: 14324862.
HSL color Cylindrical-coordinate representation of color #7E94DA: hue angle of 225.65º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E94DA is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 148 | 218 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.15 |
| HSL | 225.65º | 0.55% | 0.67% | - |
| HSV(B) | 225.65º | 0.42% | 0.85% | - |
| XYZ | 31.85 | 30.68 | 70.57 | - |
| YUV | 149.4 | 166.71 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 148 | 218 | 0.42 | 0.32 | 0 | 0.15 | 225.65 | 0.55 | 0.67 |
| Hex | 7E | 94 | DA | 2A | 20 | 0 | F | E2 | 37 | 43 |
| Octal | 176 | 224 | 332 | 52 | 40 | 0 | 17 | 342 | 67 | 103 |
| Binary | 1111110 | 10010100 | 11011010 | 101010 | 100000 | 0 | 1111 | 11100010 | 110111 | 1000011 |
Color Harmonies of #7E94DA
Complementary color
Monochromatic Colors of #7E94DA
Black with #7E94DA
Text Example
Text Example
White with #7E94DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E94DA; }
p { color: rgb(126,148,218); }
H1.HeaderClassName
{
color: #7E94DA;
}
.AnyTagClassName
{
color: #7E94DA;
}
</style>
background-color css
<style>
a { background-color: #7E94DA; }
a { background-color: rgb(126,148,218); }
div.DivClassName
{
background-color: #7E94DA;
}
.BgClassName
{
background-color: #7E94DA;
}
</style>
border-color css
<style>
span { border-color: #7E94DA; }
span { border-color: rgb(126,148,218); }
td.TdClassName
{
border-color: #7E94DA;
}
.TagClassName
{
border-color: #7E94DA;
}
</style>