Shades of Portage #7B89EC
Tints of Portage #7B89EC
RGB
CMYK
RGB Variations
Color information
#7B89EC (or 0x7B89EC) is known color: Portage. HEX triplet: 7B, 89 and EC. RGB value is (123,137,236). Sum of RGB (Red+Green+Blue) = 123+137+236=496 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.80% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B89EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B89EC is #847613. Grayscale: #8F8F8F. Windows color (decimal): -8680980 or 15501691. OLE color: 15501691.
HSL color Cylindrical-coordinate representation of color #7B89EC: hue angle of 232.57º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B89EC is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 137 | 236 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.07 |
| HSL | 232.57º | 0.75% | 0.7% | - |
| HSV(B) | 232.57º | 0.48% | 0.93% | - |
| XYZ | 32.25 | 28.16 | 83.09 | - |
| YUV | 144.1 | 179.86 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 137 | 236 | 0.48 | 0.42 | 0 | 0.07 | 232.57 | 0.75 | 0.7 |
| Hex | 7B | 89 | EC | 30 | 2A | 0 | 7 | E9 | 4B | 46 |
| Octal | 173 | 211 | 354 | 60 | 52 | 0 | 7 | 351 | 113 | 106 |
| Binary | 1111011 | 10001001 | 11101100 | 110000 | 101010 | 0 | 111 | 11101001 | 1001011 | 1000110 |
Color Harmonies of #7B89EC
Complementary color
Monochromatic Colors of #7B89EC
Black with #7B89EC
Text Example
Text Example
White with #7B89EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B89EC; }
p { color: rgb(123,137,236); }
H1.HeaderClassName
{
color: #7B89EC;
}
.AnyTagClassName
{
color: #7B89EC;
}
</style>
background-color css
<style>
a { background-color: #7B89EC; }
a { background-color: rgb(123,137,236); }
div.DivClassName
{
background-color: #7B89EC;
}
.BgClassName
{
background-color: #7B89EC;
}
</style>
border-color css
<style>
span { border-color: #7B89EC; }
span { border-color: rgb(123,137,236); }
td.TdClassName
{
border-color: #7B89EC;
}
.TagClassName
{
border-color: #7B89EC;
}
</style>