Shades of Portage #7E94EE
Tints of Portage #7E94EE
RGB
CMYK
RGB Variations
Color information
#7E94EE (or 0x7E94EE) is known color: Portage. HEX triplet: 7E, 94 and EE. RGB value is (126,148,238). Sum of RGB (Red+Green+Blue) = 126+148+238=512 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.61% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #7E94EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E94EE is #816B11. Grayscale: #979797. Windows color (decimal): -8481554 or 15635582. OLE color: 15635582.
HSL color Cylindrical-coordinate representation of color #7E94EE: hue angle of 228.21º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E94EE is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 148 | 238 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.07 |
| HSL | 228.21º | 0.77% | 0.71% | - |
| HSV(B) | 228.21º | 0.47% | 0.93% | - |
| XYZ | 34.63 | 31.79 | 85.2 | - |
| YUV | 151.68 | 176.71 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 148 | 238 | 0.47 | 0.38 | 0 | 0.07 | 228.21 | 0.77 | 0.71 |
| Hex | 7E | 94 | EE | 2F | 26 | 0 | 7 | E4 | 4D | 47 |
| Octal | 176 | 224 | 356 | 57 | 46 | 0 | 7 | 344 | 115 | 107 |
| Binary | 1111110 | 10010100 | 11101110 | 101111 | 100110 | 0 | 111 | 11100100 | 1001101 | 1000111 |
Color Harmonies of #7E94EE
Complementary color
Monochromatic Colors of #7E94EE
Black with #7E94EE
Text Example
Text Example
White with #7E94EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E94EE; }
p { color: rgb(126,148,238); }
H1.HeaderClassName
{
color: #7E94EE;
}
.AnyTagClassName
{
color: #7E94EE;
}
</style>
background-color css
<style>
a { background-color: #7E94EE; }
a { background-color: rgb(126,148,238); }
div.DivClassName
{
background-color: #7E94EE;
}
.BgClassName
{
background-color: #7E94EE;
}
</style>
border-color css
<style>
span { border-color: #7E94EE; }
span { border-color: rgb(126,148,238); }
td.TdClassName
{
border-color: #7E94EE;
}
.TagClassName
{
border-color: #7E94EE;
}
</style>