Shades of Portage #7E8BED
Tints of Portage #7E8BED
RGB
CMYK
RGB Variations
Color information
#7E8BED (or 0x7E8BED) is known color: Portage. HEX triplet: 7E, 8B and ED. RGB value is (126,139,237). Sum of RGB (Red+Green+Blue) = 126+139+237=502 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.10% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #7E8BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E8BED is #817412. Grayscale: #919191. Windows color (decimal): -8483859 or 15567742. OLE color: 15567742.
HSL color Cylindrical-coordinate representation of color #7E8BED: hue angle of 232.97º degrees, saturation: 0.76, 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 #7E8BED is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 139 | 237 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.07 |
| HSL | 232.97º | 0.76% | 0.71% | - |
| HSV(B) | 232.97º | 0.47% | 0.93% | - |
| XYZ | 33.12 | 29.02 | 83.98 | - |
| YUV | 146.29 | 179.19 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 139 | 237 | 0.47 | 0.41 | 0 | 0.07 | 232.97 | 0.76 | 0.71 |
| Hex | 7E | 8B | ED | 2F | 29 | 0 | 7 | E9 | 4C | 47 |
| Octal | 176 | 213 | 355 | 57 | 51 | 0 | 7 | 351 | 114 | 107 |
| Binary | 1111110 | 10001011 | 11101101 | 101111 | 101001 | 0 | 111 | 11101001 | 1001100 | 1000111 |
Color Harmonies of #7E8BED
Complementary color
Monochromatic Colors of #7E8BED
Black with #7E8BED
Text Example
Text Example
White with #7E8BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8BED; }
p { color: rgb(126,139,237); }
H1.HeaderClassName
{
color: #7E8BED;
}
.AnyTagClassName
{
color: #7E8BED;
}
</style>
background-color css
<style>
a { background-color: #7E8BED; }
a { background-color: rgb(126,139,237); }
div.DivClassName
{
background-color: #7E8BED;
}
.BgClassName
{
background-color: #7E8BED;
}
</style>
border-color css
<style>
span { border-color: #7E8BED; }
span { border-color: rgb(126,139,237); }
td.TdClassName
{
border-color: #7E8BED;
}
.TagClassName
{
border-color: #7E8BED;
}
</style>