Shades of Portage #7C8BED
Tints of Portage #7C8BED
RGB
CMYK
RGB Variations
Color information
#7C8BED (or 0x7C8BED) is known color: Portage. HEX triplet: 7C, 8B and ED. RGB value is (124,139,237). Sum of RGB (Red+Green+Blue) = 124+139+237=500 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.8% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #7C8BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C8BED is #837412. Grayscale: #919191. Windows color (decimal): -8614931 or 15567740. OLE color: 15567740.
HSL color Cylindrical-coordinate representation of color #7C8BED: hue angle of 232.04º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C8BED is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 139 | 237 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.07 |
| HSL | 232.04º | 0.76% | 0.71% | - |
| HSV(B) | 232.04º | 0.48% | 0.93% | - |
| XYZ | 32.83 | 28.86 | 83.96 | - |
| YUV | 145.69 | 179.53 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 139 | 237 | 0.48 | 0.41 | 0 | 0.07 | 232.04 | 0.76 | 0.71 |
| Hex | 7C | 8B | ED | 30 | 29 | 0 | 7 | E8 | 4C | 47 |
| Octal | 174 | 213 | 355 | 60 | 51 | 0 | 7 | 350 | 114 | 107 |
| Binary | 1111100 | 10001011 | 11101101 | 110000 | 101001 | 0 | 111 | 11101000 | 1001100 | 1000111 |
Color Harmonies of #7C8BED
Complementary color
Monochromatic Colors of #7C8BED
Black with #7C8BED
Text Example
Text Example
White with #7C8BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8BED; }
p { color: rgb(124,139,237); }
H1.HeaderClassName
{
color: #7C8BED;
}
.AnyTagClassName
{
color: #7C8BED;
}
</style>
background-color css
<style>
a { background-color: #7C8BED; }
a { background-color: rgb(124,139,237); }
div.DivClassName
{
background-color: #7C8BED;
}
.BgClassName
{
background-color: #7C8BED;
}
</style>
border-color css
<style>
span { border-color: #7C8BED; }
span { border-color: rgb(124,139,237); }
td.TdClassName
{
border-color: #7C8BED;
}
.TagClassName
{
border-color: #7C8BED;
}
</style>