Shades of Portage #7E8BEF
Tints of Portage #7E8BEF
RGB
CMYK
RGB Variations
Color information
#7E8BEF (or 0x7E8BEF) is known color: Portage. HEX triplet: 7E, 8B and EF. RGB value is (126,139,239). Sum of RGB (Red+Green+Blue) = 126+139+239=504 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #7E8BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E8BEF is #817410. Grayscale: #929292. Windows color (decimal): -8483857 or 15698814. OLE color: 15698814.
HSL color Cylindrical-coordinate representation of color #7E8BEF: hue angle of 233.1º 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 #7E8BEF is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 139 | 239 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.06 |
| HSL | 233.1º | 0.78% | 0.72% | - |
| HSV(B) | 233.1º | 0.47% | 0.94% | - |
| XYZ | 33.42 | 29.13 | 85.52 | - |
| YUV | 146.51 | 180.19 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 139 | 239 | 0.47 | 0.42 | 0 | 0.06 | 233.1 | 0.78 | 0.72 |
| Hex | 7E | 8B | EF | 2F | 2A | 0 | 6 | E9 | 4E | 48 |
| Octal | 176 | 213 | 357 | 57 | 52 | 0 | 6 | 351 | 116 | 110 |
| Binary | 1111110 | 10001011 | 11101111 | 101111 | 101010 | 0 | 110 | 11101001 | 1001110 | 1001000 |
Color Harmonies of #7E8BEF
Complementary color
Monochromatic Colors of #7E8BEF
Black with #7E8BEF
Text Example
Text Example
White with #7E8BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8BEF; }
p { color: rgb(126,139,239); }
H1.HeaderClassName
{
color: #7E8BEF;
}
.AnyTagClassName
{
color: #7E8BEF;
}
</style>
background-color css
<style>
a { background-color: #7E8BEF; }
a { background-color: rgb(126,139,239); }
div.DivClassName
{
background-color: #7E8BEF;
}
.BgClassName
{
background-color: #7E8BEF;
}
</style>
border-color css
<style>
span { border-color: #7E8BEF; }
span { border-color: rgb(126,139,239); }
td.TdClassName
{
border-color: #7E8BEF;
}
.TagClassName
{
border-color: #7E8BEF;
}
</style>