Shades of Portage #7E9BEF
Tints of Portage #7E9BEF
RGB
CMYK
RGB Variations
Color information
#7E9BEF (or 0x7E9BEF) is known color: Portage. HEX triplet: 7E, 9B and EF. RGB value is (126,155,239). Sum of RGB (Red+Green+Blue) = 126+155+239=520 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.23% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #7E9BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E9BEF is #816410. Grayscale: #9B9B9B. Windows color (decimal): -8479761 or 15702910. OLE color: 15702910.
HSL color Cylindrical-coordinate representation of color #7E9BEF: hue angle of 224.6º 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 #7E9BEF is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 155 | 239 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.06 |
| HSL | 224.6º | 0.78% | 0.72% | - |
| HSV(B) | 224.6º | 0.47% | 0.94% | - |
| XYZ | 35.91 | 34.11 | 86.35 | - |
| YUV | 155.91 | 174.89 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 155 | 239 | 0.47 | 0.35 | 0 | 0.06 | 224.6 | 0.78 | 0.72 |
| Hex | 7E | 9B | EF | 2F | 23 | 0 | 6 | E1 | 4E | 48 |
| Octal | 176 | 233 | 357 | 57 | 43 | 0 | 6 | 341 | 116 | 110 |
| Binary | 1111110 | 10011011 | 11101111 | 101111 | 100011 | 0 | 110 | 11100001 | 1001110 | 1001000 |
Color Harmonies of #7E9BEF
Complementary color
Monochromatic Colors of #7E9BEF
Black with #7E9BEF
Text Example
Text Example
White with #7E9BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9BEF; }
p { color: rgb(126,155,239); }
H1.HeaderClassName
{
color: #7E9BEF;
}
.AnyTagClassName
{
color: #7E9BEF;
}
</style>
background-color css
<style>
a { background-color: #7E9BEF; }
a { background-color: rgb(126,155,239); }
div.DivClassName
{
background-color: #7E9BEF;
}
.BgClassName
{
background-color: #7E9BEF;
}
</style>
border-color css
<style>
span { border-color: #7E9BEF; }
span { border-color: rgb(126,155,239); }
td.TdClassName
{
border-color: #7E9BEF;
}
.TagClassName
{
border-color: #7E9BEF;
}
</style>