Shades of Portage #7F89E5
Tints of Portage #7F89E5
RGB
CMYK
RGB Variations
Color information
#7F89E5 (or 0x7F89E5) is known color: Portage. HEX triplet: 7F, 89 and E5. RGB value is (127,137,229). Sum of RGB (Red+Green+Blue) = 127+137+229=493 (65% of max value = 765). Red value is 127 (50% from 255 or 25.76% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 229 - color contains mainly: blue. Hex color #7F89E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F89E5 is #80761A. Grayscale: #909090. Windows color (decimal): -8418843 or 15042943. OLE color: 15042943.
HSL color Cylindrical-coordinate representation of color #7F89E5: hue angle of 234.12º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F89E5 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 137 | 229 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.10 |
| HSL | 234.12º | 0.66% | 0.7% | - |
| HSV(B) | 234.12º | 0.45% | 0.9% | - |
| XYZ | 31.84 | 28.06 | 77.87 | - |
| YUV | 144.5 | 175.69 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 137 | 229 | 0.45 | 0.40 | 0 | 0.10 | 234.12 | 0.66 | 0.7 |
| Hex | 7F | 89 | E5 | 2D | 28 | 0 | A | EA | 42 | 46 |
| Octal | 177 | 211 | 345 | 55 | 50 | 0 | 12 | 352 | 102 | 106 |
| Binary | 1111111 | 10001001 | 11100101 | 101101 | 101000 | 0 | 1010 | 11101010 | 1000010 | 1000110 |
Color Harmonies of #7F89E5
Complementary color
Monochromatic Colors of #7F89E5
Black with #7F89E5
Text Example
Text Example
White with #7F89E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F89E5; }
p { color: rgb(127,137,229); }
H1.HeaderClassName
{
color: #7F89E5;
}
.AnyTagClassName
{
color: #7F89E5;
}
</style>
background-color css
<style>
a { background-color: #7F89E5; }
a { background-color: rgb(127,137,229); }
div.DivClassName
{
background-color: #7F89E5;
}
.BgClassName
{
background-color: #7F89E5;
}
</style>
border-color css
<style>
span { border-color: #7F89E5; }
span { border-color: rgb(127,137,229); }
td.TdClassName
{
border-color: #7F89E5;
}
.TagClassName
{
border-color: #7F89E5;
}
</style>