Shades of Portage #7C89EE
Tints of Portage #7C89EE
RGB
CMYK
RGB Variations
Color information
#7C89EE (or 0x7C89EE) is known color: Portage. HEX triplet: 7C, 89 and EE. RGB value is (124,137,238). Sum of RGB (Red+Green+Blue) = 124+137+238=499 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.85% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #7C89EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C89EE is #837611. Grayscale: #909090. Windows color (decimal): -8615442 or 15632764. OLE color: 15632764.
HSL color Cylindrical-coordinate representation of color #7C89EE: hue angle of 233.16º degrees, saturation: 0.77, 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 #7C89EE is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 137 | 238 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.07 |
| HSL | 233.16º | 0.77% | 0.71% | - |
| HSV(B) | 233.16º | 0.48% | 0.93% | - |
| XYZ | 32.69 | 28.35 | 84.64 | - |
| YUV | 144.63 | 180.69 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 137 | 238 | 0.48 | 0.42 | 0 | 0.07 | 233.16 | 0.77 | 0.71 |
| Hex | 7C | 89 | EE | 30 | 2A | 0 | 7 | E9 | 4D | 47 |
| Octal | 174 | 211 | 356 | 60 | 52 | 0 | 7 | 351 | 115 | 107 |
| Binary | 1111100 | 10001001 | 11101110 | 110000 | 101010 | 0 | 111 | 11101001 | 1001101 | 1000111 |
Color Harmonies of #7C89EE
Complementary color
Monochromatic Colors of #7C89EE
Black with #7C89EE
Text Example
Text Example
White with #7C89EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C89EE; }
p { color: rgb(124,137,238); }
H1.HeaderClassName
{
color: #7C89EE;
}
.AnyTagClassName
{
color: #7C89EE;
}
</style>
background-color css
<style>
a { background-color: #7C89EE; }
a { background-color: rgb(124,137,238); }
div.DivClassName
{
background-color: #7C89EE;
}
.BgClassName
{
background-color: #7C89EE;
}
</style>
border-color css
<style>
span { border-color: #7C89EE; }
span { border-color: rgb(124,137,238); }
td.TdClassName
{
border-color: #7C89EE;
}
.TagClassName
{
border-color: #7C89EE;
}
</style>