Shades of Portage #7E9AEF
Tints of Portage #7E9AEF
RGB
CMYK
RGB Variations
Color information
#7E9AEF (or 0x7E9AEF) is known color: Portage. HEX triplet: 7E, 9A and EF. RGB value is (126,154,239). Sum of RGB (Red+Green+Blue) = 126+154+239=519 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.28% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #7E9AEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E9AEF is #816510. Grayscale: #9A9A9A. Windows color (decimal): -8480017 or 15702654. OLE color: 15702654.
HSL color Cylindrical-coordinate representation of color #7E9AEF: hue angle of 225.13º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E9AEF is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 154 | 239 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.06 |
| HSL | 225.13º | 0.78% | 0.72% | - |
| HSV(B) | 225.13º | 0.47% | 0.94% | - |
| XYZ | 35.74 | 33.78 | 86.3 | - |
| YUV | 155.32 | 175.22 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 154 | 239 | 0.47 | 0.36 | 0 | 0.06 | 225.13 | 0.78 | 0.72 |
| Hex | 7E | 9A | EF | 2F | 24 | 0 | 6 | E1 | 4E | 48 |
| Octal | 176 | 232 | 357 | 57 | 44 | 0 | 6 | 341 | 116 | 110 |
| Binary | 1111110 | 10011010 | 11101111 | 101111 | 100100 | 0 | 110 | 11100001 | 1001110 | 1001000 |
Color Harmonies of #7E9AEF
Complementary color
Monochromatic Colors of #7E9AEF
Black with #7E9AEF
Text Example
Text Example
White with #7E9AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9AEF; }
p { color: rgb(126,154,239); }
H1.HeaderClassName
{
color: #7E9AEF;
}
.AnyTagClassName
{
color: #7E9AEF;
}
</style>
background-color css
<style>
a { background-color: #7E9AEF; }
a { background-color: rgb(126,154,239); }
div.DivClassName
{
background-color: #7E9AEF;
}
.BgClassName
{
background-color: #7E9AEF;
}
</style>
border-color css
<style>
span { border-color: #7E9AEF; }
span { border-color: rgb(126,154,239); }
td.TdClassName
{
border-color: #7E9AEF;
}
.TagClassName
{
border-color: #7E9AEF;
}
</style>